multik-core
0.2.0
common
multik-core
/
org.jetbrains.kotlinx.multik.ndarray.data
/
D4
D4
common
sealed
class
D4
(
val
d
:
Int
=
4
)
:
Dimension
,
Dim4
Content copied to clipboard
Four dimensions.
Types
Constructors
Functions
Properties
Inheritors
Constructors
D4
Link copied to clipboard
common
protected
fun
D4
(
d
:
Int
=
4
)
Content copied to clipboard
Types
Companion
Link copied to clipboard
common
object
Companion
:
D4
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
=
4
Content copied to clipboard
Inheritors
Companion
Link copied to clipboard