Package space.kscience.kmath.viktor

Types

ViktorBuffer
Link copied to clipboard
inline class ViktorBuffer(flatArray: F64FlatArray) : MutableBuffer<Double>
ViktorNDField
Link copied to clipboard
class ViktorNDField(shape: IntArray) : NDField<Double, RealField> , RingWithNumbers<NDStructure<Double>> , ExtendedField<NDStructure<Double>>
ViktorNDStructure
Link copied to clipboard
inline class ViktorNDStructure(f64Buffer: F64Array) : MutableNDStructure<Double>

Functions

asStructure
Link copied to clipboard
fun F64Array.asStructure(): ViktorNDStructure
ViktorNDField
Link copied to clipboard
fun ViktorNDField(vararg shape: Int): ViktorNDField