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
pub trait SolveC<B> {
type Output;
// Required method
fn solvec(&mut self, b: &B) -> Result<Self::Output>;
}
Solves a symmetric positive definite system