toggle menu
rtron
1.3.0
jvm
switch theme
search in API
rtron-math
/
io.rtron.math.linear
/
RealMatrix
/
RealMatrix
Real
Matrix
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