Expand description
Column-major matrix type for functional data analysis.
FdMatrix provides safe, dimension-tracked access to the flat column-major
data layout used throughout this crate. It eliminates manual data[i + j * n]
index arithmetic and carries dimensions alongside the data.
Structsยง
- FdMatrix
- Column-major matrix for functional data.