RealMatrix
Real matrix of double values.
Parameters
the rows of the matrix represented as DoubleArray
Constructors
Types
Functions
Returns true, if any value of the vector is NaN.
Returns the column of columnIndex as double array.
Returns the column of columnIndex as a real matrix.
Returns the column of columnIndex as real vector.
Returns the row of rowIndex as double array.
Returns the row of rowIndex as a real matrix.
Returns the row of rowIndex as real vector.
Returns a submatrix of the complete matrix by only selecting the selectedRows and selectedColumns.
Returns the inverse matrix of this matrix.
Returns this matrix multiplied with a scalar summand.
Returns this matrix multiplied with a scalar factor.
Conversion to adapted Real Matrix class from Apache Commons Math.
Returns the transposed matrix of this matrix.
Properties
Extensions
Appends a newColumn to a RealMatrix.
Appends a newRow to a RealMatrix.