FVector.zero constructor

FVector.zero(
  1. int nRows
)

Implementation

FVector.zero(this.nRows) : columnData = Float32x4List((nRows + 3) ~/ 4) {
  listView = columnData.buffer.asFloat32List(0, nRows);
}