NeoPZ
Classes | Macros
tpzverysparsematrix.h File Reference

Contains TPZVerySparseMatrix class which implements a matrix whose nonzero elements are stored in binary tree. More...

#include <iostream>
#include <map>
#include "pzmatrix.h"
Include dependency graph for tpzverysparsematrix.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  TPZFMatrix< TVar >
 Full matrix class. Matrix. More...
 
class  TPZFYsmpMatrix< TVar >
 Implements a non symmetric sparse matrix (Yale Sparse Matrix Storage). Matrix. More...
 
class  TPZVerySparseMatrix< TVar >
 Implements a matrix whose nonzero elements are stored in binary tree. Matrix. More...
 

Macros

#define TPZVERYSPARSEMATRIX_ID
 

Detailed Description

Contains TPZVerySparseMatrix class which implements a matrix whose nonzero elements are stored in binary tree.

Definition in file tpzverysparsematrix.h.