kmath-viktor
/
space.kscience.kmath.viktor
/
ViktorNDStructure
Viktor
N
D
Structure
inline class
ViktorNDStructure
(f64Buffer:
F64Array
) :
MutableNDStructure
<
Double
>
Content copied to clipboard
Functions
Properties
Functions
elements
Link copied to clipboard
open override fun
elements
():
Sequence
<
Pair
<
IntArray
,
Double
>>
Content copied to clipboard
equals
Link copied to clipboard
open operator override fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
get
Link copied to clipboard
open inline operator override fun
get
(index:
IntArray
):
Double
Content copied to clipboard
getFeature
Link copied to clipboard
open fun <
T
:
Any
>
getFeature
(type:
KClass
<
T
>):
T
?
Content copied to clipboard
hashCode
Link copied to clipboard
open override fun
hashCode
():
Int
Content copied to clipboard
set
Link copied to clipboard
open inline operator override fun
set
(index:
IntArray
, value:
Double
)
Content copied to clipboard
toString
Link copied to clipboard
open override fun
toString
():
String
Content copied to clipboard
Properties
dimension
Link copied to clipboard
open val
dimension
:
Int
Content copied to clipboard
f64Buffer
Link copied to clipboard
val
f64Buffer
:
F64Array
Content copied to clipboard
shape
Link copied to clipboard
open override val
shape
:
IntArray
Content copied to clipboard