kmath
0.3.1-dev-RC
jvm
kmath-ejml
/
space.kscience.kmath.ejml
/
EjmlLinearSpace
/
buildMatrix
build
Matrix
abstract
override
fun
buildMatrix
(
rows
:
Int
,
columns
:
Int
,
initializer
:
A
.
(
i
:
Int
,
j
:
Int
)
->
T
)
:
EjmlMatrix
<
T
,
M
>
(
source
)