NeoPZ
Classes
pzysmp.h File Reference

Contains the TPZFYsmpMatrix class which implements a non symmetric sparse matrix. More...

#include "pz_config.h"
#include "pzmatrix.h"
#include "pzfmatrix.h"
Include dependency graph for pzysmp.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  TPZVerySparseMatrix< TVar >
 Implements a matrix whose nonzero elements are stored in binary tree. Matrix. More...
 
class  TPZFYsmpMatrix< TVar >
 Implements a non symmetric sparse matrix (Yale Sparse Matrix Storage). Matrix. More...
 
struct  TPZFYsmpMatrix< TVar >::TPZMThread
 An auxiliary structure to hold the data of the subset
of equations used to multiply in a multi-threaded environment. More...
 

Detailed Description

Contains the TPZFYsmpMatrix class which implements a non symmetric sparse matrix.

Definition in file pzysmp.h.