NeoPZ
Matrix Directory Reference
Directory dependency graph for Matrix:

Files

file  doxmatrix.h [code]
 Creates matrix, matrixutility, solver and frontal groups for Doxygen documentation.
 
file  pzblock.cpp [code]
 Contains the implementation of the TPZBlock methods. Purpose: Let to see selected block of a matrix.
 
file  pzblock.h [code]
 
file  pzblockdiag.cpp [code]
 Contains the implementation of the TPZBlockDiagonal methods.
 
file  pzblockdiag.h [code]
 Contains TPZBlockDiagonal class which defines block diagonal matrices.
 
file  pzbndmat.cpp [code]
 Contains the implementation of the TPZFBMatrix methods.
 
file  pzbndmat.h [code]
 Contains TPZFBMatrix class which defines a non symmetric banded matrix.
 
file  pzdiffmatrix.h [code]
 Contains TPZDiffMatrix class which to hold the flux derivatives A B C and diffusive matrix coefficients.
 
file  pzespmat.cpp [code]
 Contains the implementation of the TPZSpMatrix methods.
 
file  pzespmat.h [code]
 Contains TPZSpMatrix class which defines sparse matrix class.
 
file  pzfmatrix.cpp [code]
 Contains the implementation of the TPZFMatrix<>methods.
 
file  pzfmatrix.h [code]
 Contains TPZMatrixclass which implements full matrix (using column major representation).
 
 
 
file  pzmatred.cpp [code]
 Contains the implementation of the TPZMatRed methods.
 
file  pzmatred.h [code]
 Contains TPZMatRed class which implements a simple substructuring of a linear system of equations, composed of 4 submatrices.
 
file  pzmatrix.cpp [code]
 Contains the implementation of the TPZMatrix<>methods.
 
file  pzmatrix.h [code]
 Contains TPZMatrix<TVar>class, root matrix class.
 
file  PZMatrixMarket.cpp [code]
 
file  PZMatrixMarket.h [code]
 
file  pzsbndmat.cpp [code]
 Contains the implementation of the TPZSBMatrix methods.
 
file  pzsbndmat.h [code]
 Contains TPZSBMatrix class which implements symmetric band matrices(hermitian, for the complex case. assumed to be upper triangular).
 
file  pzseqsolver.cpp [code]
 Contains the implementation of the TPZSequenceSolver methods.
 
file  pzseqsolver.h [code]
 Contains TPZSequenceSolver class which defines sequence solvers.
 
file  pzsespmat.cpp [code]
 Contains the implementation of the TPZSSpMatrix methods.
 
file  pzsespmat.h [code]
 Contains TPZSSpMatrix class which implements sparse symmetric matrix using a linked list of elements.
 
file  pzsfulmat.cpp [code]
 Contains the implementation of the TPZSFMatrix methods.
 
file  pzsfulmat.h [code]
 Contains TPZSFMatrix class which implements a symmetric full matrix.
 
file  pzshtmat.cpp [code]
 Contains the implementation of the TPZGenMatrix methods.
 
file  pzshtmat.h [code]
 Contains TPZGenMatrix class which implements generic class which holds a matrix of objects.
 
file  pzskylmat.cpp [code]
 Contains the implementation of the TPZSkylMatrix methods.
 
file  pzskylmat.h [code]
 Contains TPZSkyline class which implements a skyline storage format.
 
file  pzskylmatpar.cpp [code]
 Contains the implementation of the TPZSkylParMatrix methods.
 
file  pzskylmatpar.h [code]
 Contains TPZSkylParMatrix class which implements a skyline storage format to parallelized process.
 
file  pzskylnsymmat.cpp [code]
 
file  pzskylnsymmat.h [code]
 
file  pzsolve.cpp [code]
 Contains the implementation of the TPZMatrixSolver methods.
 
file  pzsolve.h [code]
 Contains TPZSolver class which defines a abstract class of solvers which will be used by matrix classes.
 
file  pzspblockdiagpivot.cpp [code]
 Contains the implementation of the TPZSpBlockDiagPivot methods.
 
file  pzspblockdiagpivot.h [code]
 Contains TPZSpBlockDiagPivot class which does derivation using decompose LU with pivot.
 
file  pzstencil.cpp [code]
 Contains the implementation of the TPZStencilMatrix methods.
 
file  pzstencil.h [code]
 Contains TPZStencilMatrix class which implements a sparse matrix defined by a stencil.
Purpose: Defines operations on sparse matrices stored by stencils.
Solvers: SOR and SSOR.
 
file  pzstepsolver.cpp [code]
 Contains the implementation of the TPZStepSolver methods.
 
file  pzstepsolver.h [code]
 Contains TPZStepSolver class which defines step solvers class.
 
file  pzsysmp.cpp [code]
 Contains the implementation of the TPZSYsmpMatrix methods.
 
file  pzsysmp.h [code]
 Contains TPZSYsmpMatrix class which implements a symmetric sparse matrix.
Purpose: Defines operations on symmetric sparse matrices stored in the (old) Yale Sparse Matrix Package format.
 
file  pztrnsform.cpp [code]
 Contains the implementation of the TPZTransform<> methods.
 
file  pztrnsform.h [code]
 Contains the TPZTransform<> class which implements an affine transformation between points in parameter space.
 
file  pzysmp.cpp [code]
 Contains the implementation of the TPZFYsmpMatrix methods.
 
file  pzysmp.h [code]
 Contains the TPZFYsmpMatrix class which implements a non symmetric sparse matrix.
 
file  TPZCopySolve.h [code]
 Contains TPZCopySolve class which solves clones of the given matrix.
 
file  TPZPardisoControl.cpp [code]
 
file  TPZPardisoControl.h [code]
 
file  tpzsparseblockdiagonal.cpp [code]
 Contains the implementation of the TPZSparseBlockDiagonal methods.
 
file  tpzsparseblockdiagonal.h [code]
 Contains TPZSparseBlockDiagonal class which implements a block diagonal matrix where the blocks are not contiguous.
 
file  tpzverysparsematrix.cpp [code]
 Contains the implementation of the TPZVerySparseMatrix methods.
 
file  tpzverysparsematrix.h [code]
 Contains TPZVerySparseMatrix class which implements a matrix whose nonzero elements are stored in binary tree.