fmat_t class final

Buffer for real data

Inheritance
Implemented types
Available extensions

Constructors

fmat_t.new()

Properties

address Pointer<T>

Available on T, provided by the StructAddress extension

The memory address of the underlying data.
no setter
data Pointer<Pointer<smpl_t>>
< data array of size length * height
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
height int
< height of matrix
getter/setter pair
length int
< length of matrix
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited