pub fn qmr_impl<R, C>(
client: &C,
a: &CsrData<R>,
b: &Tensor<R>,
x0: Option<&Tensor<R>>,
options: QmrOptions,
) -> Result<QmrResult<R>>Expand description
Generic QMR implementation
Uses coupled two-term Lanczos biorthogonalization with quasi-minimal residual smoothing. Follows the Templates book algorithm.