kmath-core
/
space.kscience.kmath.linear
/
MatrixBuilder
common
Matrix
Builder
class
MatrixBuilder
<
T
:
Any
,
A
:
Ring
<
T
>>(linearSpace:
LinearSpace
<
T
,
A
>, rows:
Int
, columns:
Int
)
Content copied to clipboard
Functions
Properties
Functions
invoke
Link copied to clipboard
common
operator fun
invoke
(vararg elements:
T
):
Matrix
<
T
>
Content copied to clipboard
Properties
columns
Link copied to clipboard
common
val
columns
:
Int
Content copied to clipboard
linearSpace
Link copied to clipboard
common
val
linearSpace
:
LinearSpace
<
T
,
A
>
Content copied to clipboard
rows
Link copied to clipboard
common
val
rows
:
Int
Content copied to clipboard