Skip to content

VectorInput

type VectorInput =
| Vectors
| MatrixLike
| number[][]
| Float64Array;

Defined in: core/vectors.ts:33