Grid matrix generators. More...
Go to the source code of this file.
Functions | |
| template<typename MatrixType > | |
| void | cusp::gallery::grid2d (MatrixType &matrix, size_t m, size_t n) |
| template<typename MatrixType > | |
| void | cusp::gallery::grid3d (MatrixType &matrix, size_t m, size_t n, size_t l) |
Grid matrix generators.
Definition in file grid.h.
1.8.6