Poisson matrix generators. More...
Go to the source code of this file.
Functions | |
| template<typename MatrixType > | |
| void | cusp::gallery::poisson5pt (MatrixType &matrix, size_t m, size_t n) |
| template<typename MatrixType > | |
| void | cusp::gallery::poisson9pt (MatrixType &matrix, size_t m, size_t n) |
| template<typename MatrixType > | |
| void | cusp::gallery::poisson7pt (MatrixType &matrix, size_t m, size_t n, size_t k) |
| template<typename MatrixType > | |
| void | cusp::gallery::poisson27pt (MatrixType &matrix, size_t m, size_t n, size_t l) |
Poisson matrix generators.
Definition in file poisson.h.
1.8.6