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 < typename LinearOperator::format, cusp::known_format >::type | cusp::krylov::bicgstab_m (LinearOperator &A, VectorType1 &x, VectorType2 &b, VectorType3 &sigma, Monitor &monitor) |
| Multi-mass Biconjugate Gradient stabilized method. More... | |
Multi-mass Biconjugate Gradient stabilized (BiCGstab-M) method.
Definition in file bicgstab_m.h.
1.8.6