Teuchos Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
Public Member Functions | Private Member Functions | Private Attributes | List of all members
Transformer Class Reference

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::WorkspaceStorewss_
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ Transformer()

Transformer::Transformer ( )
inline

Definition at line 69 of file core/test/Workspace/cxx_main.cpp.

Member Function Documentation

◆ transform()

void Transformer::transform ( const int size,
double a[],
double b[] )
inlineprivate

Definition at line 63 of file core/test/Workspace/cxx_main.cpp.

◆ transformRaw()

void Transformer::transformRaw ( const int size,
double a[] )
inline

Definition at line 70 of file core/test/Workspace/cxx_main.cpp.

◆ transformVector()

void Transformer::transformVector ( const int size,
double a[] )
inline

Definition at line 75 of file core/test/Workspace/cxx_main.cpp.

◆ transformValarray()

void Transformer::transformValarray ( const int size,
double a[] )
inline

Definition at line 79 of file core/test/Workspace/cxx_main.cpp.

◆ transformWorkspace()

void Transformer::transformWorkspace ( const int size,
double a[] )
inline

Definition at line 83 of file core/test/Workspace/cxx_main.cpp.

Member Data Documentation

◆ wss_

Teuchos::WorkspaceStore* Transformer::wss_
private

Definition at line 62 of file core/test/Workspace/cxx_main.cpp.


The documentation for this class was generated from the following file: