Skip to main content

Module matrix

Module matrix 

Source
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ยง

FdCurveSet
A set of multidimensional functional curves in R^d.
FdMatrix
Column-major matrix for functional data.