RealMatrix
Properties
number of columns
entry values of matrix whereby each DoubleArray represents a row
entry values of the matrix flattened to one DoubleArray
number of rows
Functions
Appends a newColumn to a RealMatrix.
Appends a newRow to a RealMatrix.
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.