SimdVector class final

SIMD-aligned vector for fast operations

Inheritance
Implemented types
Available extensions
Annotations

Constructors

SimdVector.new()

Properties

address Pointer<T>

Available on T, provided by the StructAddress extension

The memory address of the underlying data.
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
values Array<Float>
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setValues(List<double> newValues) → void
Sets the values of the SIMD vector.
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

alloc() Pointer<SimdVector>
Allocates memory for a SimdVector instance.
free(Pointer<SimdVector> ptr) → void
Frees the allocated memory for a SimdVector instance.