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

Go to the source code of this file.

Classes

struct  jet::FdmMatrixRow3
 The row of FdmMatrix3 where row corresponds to (i, j, k) grid point. More...
 
struct  jet::FdmLinearSystem3
 Linear system (Ax=b) for 3-D finite differencing. More...
 
struct  jet::FdmCompressedLinearSystem3
 Compressed linear system (Ax=b) for 3-D finite differencing. More...
 
struct  jet::FdmBlas3
 BLAS operator wrapper for 3-D finite differencing. More...
 
struct  jet::FdmCompressedBlas3
 BLAS operator wrapper for compressed 3-D finite differencing. More...
 

Namespaces

 jet
 

Typedefs

typedef Array3< double > jet::FdmVector3
 Vector type for 3-D finite differencing. More...
 
typedef Array3< FdmMatrixRow3 > jet::FdmMatrix3
 Matrix type for 3-D finite differencing. More...