CUSP
Loading...
Searching...
No Matches
poisson.h File Reference

Poisson matrix generators. More...

Go to the source code of this file.

Functions

template<typename MatrixType >
void cusp::gallery::poisson5pt (MatrixType &matrix, const size_t m, const size_t n)
 
template<typename MatrixType >
void cusp::gallery::poisson9pt (MatrixType &matrix, const size_t m, const size_t n)
 
template<typename MatrixType >
void cusp::gallery::poisson7pt (MatrixType &matrix, const size_t m, const size_t n, const size_t k)
 
template<typename MatrixType >
void cusp::gallery::poisson27pt (MatrixType &matrix, const size_t m, const size_t n, const size_t l)
 

Detailed Description

Poisson matrix generators.

Definition in file poisson.h.