conjugate_gradient_scratch

Function conjugate_gradient_scratch 

Source
pub fn conjugate_gradient_scratch<T: ComplexField>(
    precond: impl Precond<T>,
    mat: impl LinOp<T>,
    rhs_ncols: usize,
    par: Par,
) -> StackReq
Expand description

computes the size and alignment of required workspace for executing the conjugate gradient algorithm