kmath-nd4j
/
space.kscience.kmath.nd4j
/
Nd4jArrayField
/
Companion
Companion
object
Companion
Content copied to clipboard
Functions
Functions
auto
Link copied to clipboard
inline fun <
T
:
Any
>
auto
(vararg shape:
Int
):
Nd4jArrayField
<
T
, out
Field
<
T
>>
Content copied to clipboard
Creates a most suitable implementation of
NDRing
using reified class.
equals
Link copied to clipboard
open operator fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
float
Link copied to clipboard
fun
float
(vararg shape:
Int
):
Nd4jArrayRing
<
Float
,
FloatField
>
Content copied to clipboard
Creates an
NDField
for
Float
values or pull it from cache if it was created previously.
hashCode
Link copied to clipboard
open fun
hashCode
():
Int
Content copied to clipboard
real
Link copied to clipboard
fun
real
(vararg shape:
Int
):
Nd4jArrayRing
<
Double
,
RealField
>
Content copied to clipboard
Creates an
NDField
for
Double
values or pull it from cache if it was created previously.
toString
Link copied to clipboard
open fun
toString
():
String
Content copied to clipboard