kmath
0.3.1-dev-RC
jvm
kmath-nd4j
/
space.kscience.kmath.nd4j
/
nd4j
nd4j
fun
DoubleField
.
nd4j
(
shapeFirst
:
Int
,
vararg
shapeRest
:
Int
)
:
DoubleNd4jArrayField
(
source
)
fun
FloatField
.
nd4j
(
shapeFirst
:
Int
,
vararg
shapeRest
:
Int
)
:
FloatNd4jArrayField
(
source
)
fun
IntRing
.
nd4j
(
shapeFirst
:
Int
,
vararg
shapeRest
:
Int
)
:
IntNd4jArrayRing
(
source
)
val
DoubleField
.
nd4j
:
DoubleNd4jArrayFieldOps
(
source
)
val
FloatField
.
nd4j
:
FloatNd4jArrayFieldOps
(
source
)
val
IntRing
.
nd4j
:
IntNd4jArrayRingOps
(
source
)