#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) |
| | |
| const Scalar & | scalarData2 () const |
Protected Member Functions | |
| void | scalarData1 (const Scalar &scalarData1) |
| | |
| const Scalar & | scalarData1 () const |
Private Attributes | |
| Scalar | scalarData1_ |
| Scalar | scalarData2_ |
Static Private Attributes | |
| const int | num_values_ = 2*Teuchos::PrimitiveTypeTraits<Scalar>::numPrimitiveObjs() |
Subclasses have to minimally define apply_op(). Subclasses should also define access functions for changing the scalar data.
Definition at line 624 of file RTOpPack_RTOpTHelpers.hpp.
|
|||||
|
Reimplemented from RTOpPack::RTOpT< Scalar >. Definition at line 626 of file RTOpPack_RTOpTHelpers.hpp. |
|
||||||||||||||||
|
Definition at line 628 of file RTOpPack_RTOpTHelpers.hpp. |
|
||||||||||||||||||||
|
Reimplemented from RTOpPack::RTOpT< Scalar >. Definition at line 637 of file RTOpPack_RTOpTHelpers.hpp. |
|
||||||||||||||||||||||||||||||||
|
Reimplemented from RTOpPack::RTOpT< Scalar >. Definition at line 648 of file RTOpPack_RTOpTHelpers.hpp. |
|
||||||||||||||||||||||||||||||||
|
Reimplemented from RTOpPack::RTOpT< Scalar >. Definition at line 667 of file RTOpPack_RTOpTHelpers.hpp. |
|
||||||||||
|
Definition at line 688 of file RTOpPack_RTOpTHelpers.hpp. |
|
|||||||||
|
Definition at line 688 of file RTOpPack_RTOpTHelpers.hpp. |
|
||||||||||
|
Definition at line 690 of file RTOpPack_RTOpTHelpers.hpp. |
|
|||||||||
|
Definition at line 690 of file RTOpPack_RTOpTHelpers.hpp. |
|
|||||
|
Definition at line 688 of file RTOpPack_RTOpTHelpers.hpp. |
|
|||||
|
Definition at line 690 of file RTOpPack_RTOpTHelpers.hpp. |
|
|||||
|
Definition at line 696 of file RTOpPack_RTOpTHelpers.hpp. |
1.3.9.1