Arbitrary for a typed array of exactly len elements — works for both vectors and matrices.
Callers compute len from dimensions: (n-1)*inc+1 for vectors, (m-1)*lda+n for matrices.
spec.type === "float64array" (e.g. dasum's x) builds a Float64Array; everything else
(including the default) builds a Float32Array.
Parameters
spec: any
loaded JSON param spec; spec.range.elementMin/elementMax give element bounds
Arbitrary for a typed array of exactly
lenelements — works for both vectors and matrices. Callers computelenfrom dimensions:(n-1)*inc+1for vectors,(m-1)*lda+nfor matrices.spec.type === "float64array"(e.g. dasum's x) builds a Float64Array; everything else (including the default) builds a Float32Array.