RealMatrix

constructor(matrix: RealMatrix)
constructor(matrix: DoubleArray, columnDimension: Int)
constructor(rowVectors: List<RealVector>)


constructor(rows: Array<DoubleArray>)

Parameters

rows

the rows of the matrix represented as DoubleArray