![]() |
NeoPZ
|
Contains the implementation of the TPZSBMatrix methods. More...
#include <math.h>#include <stdlib.h>#include "pzfmatrix.h"#include "pzsbndmat.h"#include <sstream>#include "pzlog.h"Go to the source code of this file.
Functions | |
| template<class TVar > | |
| TVar | Random (TVar) |
| template<> | |
| std::complex< float > | Random (std::complex< float >) |
| template<> | |
| std::complex< double > | Random (std::complex< double >) |
| template<class TVar > | |
| std::ostream & | operator<< (std::ostream &out, TPZSBMatrix< TVar > &A) |
| Overload << operator to output entries of TPZSBMatrix matrix. More... | |
Contains the implementation of the TPZSBMatrix methods.
Definition in file pzsbndmat.cpp.
| std::ostream& operator<< | ( | std::ostream & | out, |
| TPZSBMatrix< TVar > & | A | ||
| ) |
Overload << operator to output entries of TPZSBMatrix matrix.
Definition at line 354 of file pzsbndmat.cpp.
| TVar Random | ( | TVar | ) |
Definition at line 45 of file pzsbndmat.cpp.
Referenced by TPZSBMatrix< TVar >::AutoFill().
| std::complex<float> Random | ( | std::complex< float > | ) |
Definition at line 50 of file pzsbndmat.cpp.
| std::complex<double> Random | ( | std::complex< double > | ) |
Definition at line 55 of file pzsbndmat.cpp.
1.8.13