NeoPZ
|
Contains TPZSkyline class which implements a skyline storage format. More...
Go to the source code of this file.
Classes | |
class | TPZSkylMatrix< TVar > |
Implements a skyline storage format. A Skyline matrix is symmetric so square. Matrix. More... | |
Functions | |
template<class TVar , int N> | |
TVar | TemplateSum (const TVar *p1, const TVar *p2) |
Implements iterative sum over N steps. More... | |
template<> | |
double | TemplateSum< double, 1 > (const double *p1, const double *p2) |
Implements product of the values into p1 and p2. More... | |
Contains TPZSkyline class which implements a skyline storage format.
Definition in file pzskylmat.h.
|
inline |
Implements iterative sum over N steps.
Definition at line 635 of file pzskylmat.h.
|
inline |
Implements product of the values into p1 and p2.
Definition at line 641 of file pzskylmat.h.