NeoPZ
Classes | Functions
pztrnsform.h File Reference

Contains the TPZTransform<> class which implements an affine transformation between points in parameter space. More...

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

Go to the source code of this file.

Classes

class  TPZVec< T >
 This class implements a simple vector storage scheme for a templated class T. Utility. More...
 
class  TPZTransform< T >
 Implements an affine transformation between points in parameter space. Topology Utility. More...
 

Functions

template<class T >
std::ostream & operator<< (std::ostream &out, const TPZTransform< T > &tr)
 Overload operator << to write transform data. More...
 

Detailed Description

Contains the TPZTransform<> class which implements an affine transformation between points in parameter space.

Definition in file pztrnsform.h.

Function Documentation

◆ operator<<()

template<class T >
std::ostream& operator<< ( std::ostream &  out,
const TPZTransform< T > &  tr 
)
inline

Overload operator << to write transform data.

Definition at line 108 of file pztrnsform.h.