#include <RTOpPack_RTOpTHelpers.hpp>
Inheritance diagram for RTOpPack::ROpScalarScalarTransformationBase< Scalar >:
Overridden from RTOpT | |
| void | get_op_type_num_entries (int *num_values, int *num_indexes, int *num_chars) const |
| | |
| void | extract_op_state (int num_values, primitive_value_type value_data[], int num_indexes, index_type index_data[], int num_chars, char_type char_data[]) const |
| | |
| void | load_op_state (int num_values, const primitive_value_type value_data[], int num_indexes, const index_type index_data[], int num_chars, const char_type char_data[]) |
| | |
Public Types | |
| typedef RTOpT< Scalar >::primitive_value_type | primitive_value_type |
| | |
Public Member Functions | |
| ROpScalarScalarTransformationBase (const Scalar &scalarData1=Teuchos::ScalarTraits< Scalar >::zero(), const Scalar &scalarData2=Teuchos::ScalarTraits< Scalar >::zero()) | |
| | |
| void | scalarData2 (const Scalar &scalarData2) |
| | |
Protected Member Functions | |
| void | scalarData1 (const Scalar &scalarData1) |
| | |
Subclasses have to minimally define apply_op(). Subclasses should also define access functions for changing the scalar data.
Definition at line 502 of file RTOpPack_RTOpTHelpers.hpp.
|
|||||
|
Reimplemented from RTOpPack::RTOpT< Scalar >. Definition at line 504 of file RTOpPack_RTOpTHelpers.hpp. |
|
||||||||||||||||
|
Definition at line 506 of file RTOpPack_RTOpTHelpers.hpp. |
|
||||||||||||||||||||
|
Reimplemented from RTOpPack::RTOpT< Scalar >. Definition at line 515 of file RTOpPack_RTOpTHelpers.hpp. |
|
||||||||||||||||||||||||||||||||
|
Reimplemented from RTOpPack::RTOpT< Scalar >. Definition at line 526 of file RTOpPack_RTOpTHelpers.hpp. |
|
||||||||||||||||||||||||||||||||
|
Reimplemented from RTOpPack::RTOpT< Scalar >. Definition at line 545 of file RTOpPack_RTOpTHelpers.hpp. |
|
||||||||||
|
Definition at line 566 of file RTOpPack_RTOpTHelpers.hpp. |
|
||||||||||
|
Definition at line 568 of file RTOpPack_RTOpTHelpers.hpp. |
1.3.9.1