NeoPZ
Functions
pzsbndmat.cpp File Reference

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"
Include dependency graph for pzsbndmat.cpp:

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

Detailed Description

Contains the implementation of the TPZSBMatrix methods.

Definition in file pzsbndmat.cpp.

Function Documentation

◆ operator<<()

template<class TVar >
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.

◆ Random() [1/3]

template<class TVar >
TVar Random ( TVar  )

Definition at line 45 of file pzsbndmat.cpp.

Referenced by TPZSBMatrix< TVar >::AutoFill().

◆ Random() [2/3]

template<>
std::complex<float> Random ( std::complex< float >  )

Definition at line 50 of file pzsbndmat.cpp.

◆ Random() [3/3]

template<>
std::complex<double> Random ( std::complex< double >  )

Definition at line 55 of file pzsbndmat.cpp.