multik-core
0.2.0
common
multik-core
/
org.jetbrains.kotlinx.multik.ndarray.data
/
D1
D1
common
sealed
class
D1
(
val
d
:
Int
=
1
)
:
Dimension
,
Dim1
Content copied to clipboard
One dimension.
Types
Constructors
Functions
Properties
Inheritors
Constructors
D1
Link copied to clipboard
common
protected
fun
D1
(
d
:
Int
=
1
)
Content copied to clipboard
Types
Companion
Link copied to clipboard
common
object
Companion
:
D1
Content copied to clipboard
Functions
equals
Link copied to clipboard
common
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
Content copied to clipboard
hash
Code
Link copied to clipboard
common
open
override
fun
hashCode
(
)
:
Int
Content copied to clipboard
to
String
Link copied to clipboard
common
open
override
fun
toString
(
)
:
String
Content copied to clipboard
Properties
d
Link copied to clipboard
common
open
override
val
d
:
Int
=
1
Content copied to clipboard
Inheritors
Companion
Link copied to clipboard