Trait SolverCore
pub trait SolverCore<E>: SpSolverCore<E>where
E: Entity,{
// Required methods
fn reconstruct(&self) -> Mat<E>;
fn inverse(&self) -> Mat<E>;
}
Expand description
Object-safe base for Solver
Required Methods§
fn reconstruct(&self) -> Mat<E>
fn reconstruct(&self) -> Mat<E>
Reconstructs the original matrix using the decomposition.