Trait linfa_linalg::cholesky::SolveC
source · pub trait SolveC<B> {
type Output;
// Required method
fn solvec(&mut self, b: &B) -> Result<Self::Output>;
}
Expand description
Solves a symmetric positive definite system