pub fn bicgstab_scratch<T: ComplexField>(
left_precond: impl Precond<T>,
right_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 bicgstab algorithm