Viewer

interface Viewer

An indexable object.

This is used to index into an F64Array with a single index call, rather than multiple F64Array.view calls.

Functions

Link copied to clipboard
abstract operator fun get(vararg indices: Int): F64Array
abstract operator fun get(any: _I, c: Int): F64Array
Link copied to clipboard
abstract operator fun set(any: _I, other: F64Array)
abstract operator fun set(any: _I, other: Double)
abstract operator fun set(vararg indices: Int, other: F64Array)
abstract operator fun set(vararg indices: Int, init: Double)
abstract operator fun set(any: _I, c: Int, other: F64Array)
abstract operator fun set(any: _I, c: Int, init: Double)