menu
serverpod package
documentation
serverpod.dart
HalfVector
HalfVector.new const constructor
HalfVector.new const constructor
dark_mode
light_mode
HalfVector
constructor
const
HalfVector
(
List
<
double
>
_vec
)
Creates a new
HalfVector
from a list of double values.
Implementation
const HalfVector(this._vec);
serverpod package
documentation
serverpod
HalfVector
HalfVector.new const constructor
HalfVector class