Jet  v1.3.3
Classes | Namespaces | Typedefs
fdm_linear_system2.h File Reference
#include <jet/array1.h>
#include <jet/array2.h>
#include <jet/matrix_csr.h>
#include <jet/vector_n.h>

Go to the source code of this file.

Classes

struct  jet::FdmMatrixRow2
 The row of FdmMatrix2 where row corresponds to (i, j) grid point. More...
 
struct  jet::FdmLinearSystem2
 Linear system (Ax=b) for 2-D finite differencing. More...
 
struct  jet::FdmCompressedLinearSystem2
 Compressed linear system (Ax=b) for 2-D finite differencing. More...
 
struct  jet::FdmBlas2
 BLAS operator wrapper for 2-D finite differencing. More...
 
struct  jet::FdmCompressedBlas2
 BLAS operator wrapper for compressed 2-D finite differencing. More...
 

Namespaces

 jet
 

Typedefs

typedef Array2< double > jet::FdmVector2
 Vector type for 2-D finite differencing. More...
 
typedef Array2< FdmMatrixRow2 > jet::FdmMatrix2
 Matrix type for 2-D finite differencing. More...