|
int | computeUpperTriangleIndex (int i, int j) |
|
template<typename MatrixType > |
void | pcg_axy (const MatrixType &A, const VectorXD &x, int xoff, VectorXD &y, int yoff) |
|
template<> |
void | pcg_axy (const MatrixXD &A, const VectorXD &x, int xoff, VectorXD &y, int yoff) |
|
template<typename MatrixType > |
void | pcg_axpy (const MatrixType &A, const VectorXD &x, int xoff, VectorXD &y, int yoff) |
|
template<> |
void | pcg_axpy (const MatrixXD &A, const VectorXD &x, int xoff, VectorXD &y, int yoff) |
|
template<typename MatrixType > |
void | pcg_atxpy (const MatrixType &A, const VectorXD &x, int xoff, VectorXD &y, int yoff) |
|
template<> |
void | pcg_atxpy (const MatrixXD &A, const VectorXD &x, int xoff, VectorXD &y, int yoff) |
|