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
Matrix
has owned numbers as aFloat64Array
, so the elements is arranged sequential. But the major axis is row-axis andstrides
express that each fetching steps of axises.