escript  Revision_
Classes | Namespaces | Typedefs | Functions
SystemMatrix.h File Reference
#include "SparseMatrix.h"
#include "SystemMatrixPattern.h"
#include "Options.h"

Go to the source code of this file.

Classes

struct  paso::SystemMatrix
 

Namespaces

 paso
 

Typedefs

typedef boost::shared_ptr< SystemMatrix > paso::SystemMatrix_ptr
 
typedef boost::shared_ptr< const SystemMatrix > paso::const_SystemMatrix_ptr
 
typedef int paso::SystemMatrixType
 

Functions

void paso::SystemMatrix_MatrixVector (double alpha, SystemMatrix_ptr A, const double *in, double beta, double *out)
 
void paso::SystemMatrix_MatrixVector_CSR_OFFSET0 (double alpha, SystemMatrix_ptr A, const double *in, double beta, double *out)
 
void paso::RHS_loadMM_toCSR (const char *filename, double *b, dim_t size)