pub fn lsmr_scratch<T: ComplexField>(
right_precond: impl BiPrecond<T>,
mat: impl BiLinOp<T>,
rhs_ncols: usize,
par: Par,
) -> StackReqExpand description
computes the size and alignment of required workspace for executing the lsmr algorithm