Enum linxal::least_squares::LeastSquaresType [] [src]

pub enum LeastSquaresType {
    Degenerate,
    Full,
}

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

Variants

data matrix is degenerate (less than full rank)

/ data matrix is overdetermined (of full rank)