Go to the source code of this file.
|
template<typename MatrixType > |
void | internal::pcg_axy (const MatrixType &A, const VectorXD &x, int xoff, VectorXD &y, int yoff) |
|
template<> |
void | internal::pcg_axy (const MatrixXD &A, const VectorXD &x, int xoff, VectorXD &y, int yoff) |
|
template<typename MatrixType > |
void | internal::pcg_axpy (const MatrixType &A, const VectorXD &x, int xoff, VectorXD &y, int yoff) |
|
template<> |
void | internal::pcg_axpy (const MatrixXD &A, const VectorXD &x, int xoff, VectorXD &y, int yoff) |
|
template<typename MatrixType > |
void | internal::pcg_atxpy (const MatrixType &A, const VectorXD &x, int xoff, VectorXD &y, int yoff) |
|
template<> |
void | internal::pcg_atxpy (const MatrixXD &A, const VectorXD &x, int xoff, VectorXD &y, int yoff) |
|