kmath-nd4j
/
space.kscience.kmath.nd4j
/
Nd4jArrayRing
/
Companion
Companion
object
Companion
Content copied to clipboard
Functions
Sources
Functions
auto
Link copied to clipboard
inline fun <
T
:
Number
>
auto
(vararg shape:
Int
):
Nd4jArrayRing
<
T
,
Ring
<
T
>>
Content copied to clipboard
Creates a most suitable implementation of
RingND
using reified class.
int
Link copied to clipboard
fun
int
(vararg shape:
Int
):
Nd4jArrayRing
<
Int
,
IntRing
>
Content copied to clipboard
Creates an
RingND
for
Int
values or pull it from cache if it was created previously.
Sources
jvm source
Link copied to clipboard