|
Teuchos Package Browser (Single Doxygen Collection)
Version of the Day
|
This class implements a simple (useless) transformation that requires workspace. More...
Public Member Functions | |
| Transformer () | |
| void | transformRaw (const int size, double a[]) |
| void | transformVector (const int size, double a[]) |
| void | transformValarray (const int size, double a[]) |
| void | transformWorkspace (const int size, double a[]) |
Private Member Functions | |
| void | transform (const int size, double a[], double b[]) |
Private Attributes | |
| Teuchos::WorkspaceStore * | wss_ |
This class implements a simple (useless) transformation that requires workspace.
This class creates workspace using one of four approaches:
Definition at line 61 of file core/test/Workspace/cxx_main.cpp.
| Transformer::Transformer | ( | ) | [inline] |
Definition at line 69 of file core/test/Workspace/cxx_main.cpp.
| void Transformer::transform | ( | const int | size, |
| double | a[], | ||
| double | b[] | ||
| ) | [inline, private] |
Definition at line 63 of file core/test/Workspace/cxx_main.cpp.
| void Transformer::transformRaw | ( | const int | size, |
| double | a[] | ||
| ) | [inline] |
Definition at line 70 of file core/test/Workspace/cxx_main.cpp.
| void Transformer::transformVector | ( | const int | size, |
| double | a[] | ||
| ) | [inline] |
Definition at line 75 of file core/test/Workspace/cxx_main.cpp.
| void Transformer::transformValarray | ( | const int | size, |
| double | a[] | ||
| ) | [inline] |
Definition at line 79 of file core/test/Workspace/cxx_main.cpp.
| void Transformer::transformWorkspace | ( | const int | size, |
| double | a[] | ||
| ) | [inline] |
Definition at line 83 of file core/test/Workspace/cxx_main.cpp.
Teuchos::WorkspaceStore* Transformer::wss_ [private] |
Definition at line 62 of file core/test/Workspace/cxx_main.cpp.
1.7.6.1