CUSP
Loading...
Searching...
No Matches
bicgstab_m.h File Reference

Multi-mass Biconjugate Gradient stabilized (BiCGstab-M) method. More...

Go to the source code of this file.

Functions

template<class LinearOperator , class VectorType1 , class VectorType2 , class VectorType3 , class Monitor >
thrust::detail::enable_if_convertible_t< typename LinearOperator::format, cusp::known_format > cusp::krylov::bicgstab_m (LinearOperator &A, VectorType1 &x, VectorType2 &b, VectorType3 &sigma, Monitor &monitor)
 Multi-mass Biconjugate Gradient stabilized method.
 

Detailed Description

Multi-mass Biconjugate Gradient stabilized (BiCGstab-M) method.

Definition in file bicgstab_m.h.