rtron
Toggle table of contents
1.3.0
jvm
Platform filter
jvm
Switch theme
Search in API
rtron
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