This module provides data definition of matrix and its arithmetics.
A Matrix has owned numbers as a Float64Array, so the elements is arranged sequential. But the major axis is row-axis and strides express that each fetching steps of axises.
Matrix
Float64Array
strides
Generated using TypeDoc
This module provides data definition of matrix and its arithmetics.
A
Matrixhas owned numbers as aFloat64Array, so the elements is arranged sequential. But the major axis is row-axis andstridesexpress that each fetching steps of axises.