kmath-nd4j
/
space.kscience.kmath.nd4j
/
Nd4jArrayField
/
Companion
Companion
object
Companion
Content copied to clipboard
Functions
Sources
Functions
auto
Link copied to clipboard
inline fun <
T
:
Any
>
auto
(vararg shape:
Int
):
Nd4jArrayField
<
T
,
Field
<
T
>>
Content copied to clipboard
Creates a most suitable implementation of
FieldND
using reified class.
float
Link copied to clipboard
fun
float
(vararg shape:
Int
):
Nd4jArrayRing
<
Float
,
FloatField
>
Content copied to clipboard
Creates an
FieldND
for
Float
values or pull it from cache if it was created previously.
real
Link copied to clipboard
fun
real
(vararg shape:
Int
):
Nd4jArrayRing
<
Double
,
DoubleField
>
Content copied to clipboard
Creates an
FieldND
for
Double
values or pull it from cache if it was created previously.
Sources
jvm source
Link copied to clipboard