kmath
0.3.1-dev-RC
common
kmath-core
/
space.kscience.kmath.linear
/
BufferedLinearSpace
/
buildMatrix
build
Matrix
open
override
fun
buildMatrix
(
rows
:
Int
,
columns
:
Int
,
initializer
:
A
.
(
i
:
Int
,
j
:
Int
)
->
T
)
:
Matrix
<
T
>
(
source
)
Produces a matrix with this context and given dimensions.