Module linxal::least_squares [] [src]

This module contains the LeastSquares trait, which acts as an entry point, which is used to compute least squares solutions.

Structs

LeastSquaresSolution

Enums

LeastSquaresError
LeastSquaresType

Enum for specifying the rank of the input matrix for least-squares problems.

Traits

LeastSquares

Multivariable least squares problem.