NeoPZ
|
Contains TPZSFMatrix class which implements a symmetric full matrix. More...
Go to the source code of this file.
Classes | |
class | TPZSFMatrix< TVar > |
Implements a symmetric full matrix. Matrix. More... | |
Functions | |
template<class TVar > | |
TPZSFMatrix< TVar > | operator+ (const TVar value, const TPZSFMatrix< TVar > &A) |
Increments value for all entries of the A matrix. More... | |
template<class TVar > | |
TPZSFMatrix< TVar > | operator- (const TVar value, const TPZSFMatrix< TVar > &A) |
Decrements value for all entries of the A matrix. More... | |
template<class TVar > | |
TPZSFMatrix< TVar > | operator* (const TVar value, const TPZSFMatrix< TVar > &A) |
Implements the scalar product value*A. More... | |
Contains TPZSFMatrix class which implements a symmetric full matrix.
Definition in file pzsfulmat.h.
|
inline |
Implements the scalar product value*A.
Definition at line 200 of file pzsfulmat.h.
|
inline |
Increments value for all entries of the A matrix.
Definition at line 184 of file pzsfulmat.h.
|
inline |
Decrements value for all entries of the A matrix.
Definition at line 192 of file pzsfulmat.h.