pub fn project_operator(
operator: &(impl LinearOperator + ?Sized),
projector: &BasisProjector,
format: MatrixFormat,
) -> Result<Operator>Expand description
Compute P† A P one reduced column at a time.
pub fn project_operator(
operator: &(impl LinearOperator + ?Sized),
projector: &BasisProjector,
format: MatrixFormat,
) -> Result<Operator>Compute P† A P one reduced column at a time.