kmath-viktor
/
space.kscience.kmath.viktor
/
ViktorStructureND
Viktor
Structure
N
D
class
ViktorStructureND
(f64Buffer:
F64Array
) :
MutableStructureND
<
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
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 <
F
:
StructureFeature
>
getFeature
(type:
KClass
<out
F
>):
F
?
Content copied to clipboard
set
Link copied to clipboard
open inline operator override fun
set
(index:
IntArray
, value:
Double
)
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