EjmlFloatVector

class EjmlFloatVector<out M : FMatrix>(origin: M) : EjmlVector<Float, M>

EjmlVector specialization for Float.

Constructors

Link copied to clipboard
fun <out M : FMatrix> EjmlFloatVector(origin: M)

Functions

Link copied to clipboard
open operator override fun get(index: Int): Float
Link copied to clipboard
open operator override fun iterator(): Iterator<Float>
Link copied to clipboard
open override fun toString(): String

Properties

Link copied to clipboard
open override val origin: M

The underlying matrix, must have only one row.

Link copied to clipboard
open override val size: Int

Sources

Link copied to clipboard