Java org.apache.commons.math3.linear AbstractRealMatrix fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.math3.linear AbstractRealMatrix fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.math3.linear AbstractRealMatrix.

The text is from its open source code.

Subclass

org.apache.commons.math3.linear.AbstractRealMatrix has subclasses.
Click this link to see all its subclasses.

Constructor

AbstractRealMatrix()
Creates a matrix with no data
AbstractRealMatrix(final int rowDimension, final int columnDimension)
Create a new RealMatrix with the supplied row and column dimensions.

Method

intgetColumnDimension()
Returns the number of columns of this matrix.
double[][]getData()
intgetRowDimension()
Returns the number of rows of this matrix.