pub trait DenseSolveCore<T: ComplexField>: SolveCore<T> {
// Required methods
fn reconstruct(&self) -> Mat<T>;
fn inverse(&self) -> Mat<T>;
}Expand description
dense linear system solver
Required Methods§
Sourcefn reconstruct(&self) -> Mat<T>
fn reconstruct(&self) -> Mat<T>
returns an approximation of the matrix that was used to create the decomposition