kmath
common
kmath-core
/
space.kscience.kmath.linear
/
LinearSpace
/
buildVector
build
Vector
common
abstract
fun
buildVector
(
size
:
Int
,
initializer
:
A
.
(
Int
)
->
T
)
:
Point
<
T
>
Content copied to clipboard
Produces a point compatible with matrix space (and possibly optimized for it).
Sources
common source
Link copied to clipboard