NeoPZ
Classes
pzsfulmat.h File Reference

Contains TPZSFMatrix class which implements a symmetric full matrix. More...

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

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...
 

Detailed Description

Contains TPZSFMatrix class which implements a symmetric full matrix.

Definition in file pzsfulmat.h.

Function Documentation

◆ operator*()

template<class TVar >
TPZSFMatrix<TVar> operator* ( const TVar  value,
const TPZSFMatrix< TVar > &  A 
)
inline

Implements the scalar product value*A.

Definition at line 200 of file pzsfulmat.h.

◆ operator+()

template<class TVar >
TPZSFMatrix<TVar> operator+ ( const TVar  value,
const TPZSFMatrix< TVar > &  A 
)
inline

Increments value for all entries of the A matrix.

Definition at line 184 of file pzsfulmat.h.

◆ operator-()

template<class TVar >
TPZSFMatrix<TVar> operator- ( const TVar  value,
const TPZSFMatrix< TVar > &  A 
)
inline

Decrements value for all entries of the A matrix.

Definition at line 192 of file pzsfulmat.h.