pub fn conjugate_gradient_scratch<T: ComplexField>(
precond: impl Precond<T>,
mat: impl LinOp<T>,
rhs_ncols: usize,
par: Par,
) -> StackReqExpand description
computes the size and alignment of required workspace for executing the conjugate gradient algorithm