result = sum( |v0[i]|, i=0...n-1 ).
More...
#include <RTOpPack_ROpNormInf.hpp>
Inheritance diagram for RTOpPack::ROpNormInf< Scalar >:
Overridden from RTOpT | |
| void | reduce_reduct_objs (const ReductTarget &_in_reduct_obj, ReductTarget *_inout_reduct_obj) const |
| | |
| void | apply_op (const int num_vecs, const ConstSubVectorView< Scalar > sub_vecs[], const int num_targ_vecs, const SubVectorView< Scalar > targ_sub_vecs[], ReductTarget *_reduct_obj) const |
| | |
Public Types | |
| typedef Teuchos::ScalarTraits< Scalar >::magnitudeType | ScalarMag |
| | |
Public Member Functions | |
| ROpNormInf () | |
| | |
| ScalarMag | operator() (const ReductTarget &reduct_obj) const |
| | |
result = sum( |v0[i]|, i=0...n-1 ).
Definition at line 40 of file RTOpPack_ROpNormInf.hpp.
| typedef Teuchos::ScalarTraits<Scalar>::magnitudeType RTOpPack::ROpNormInf< Scalar >::ScalarMag |
| RTOpPack::ROpNormInf< Scalar >::ROpNormInf | ( | ) | [inline] |
| ScalarMag RTOpPack::ROpNormInf< Scalar >::operator() | ( | const ReductTarget & | reduct_obj | ) | const [inline] |
| void RTOpPack::ROpNormInf< Scalar >::reduce_reduct_objs | ( | const ReductTarget & | _in_reduct_obj, | |
| ReductTarget * | _inout_reduct_obj | |||
| ) | const [inline, virtual] |
Reimplemented from RTOpPack::ROpScalarReductionBase< Scalar, Teuchos::ScalarTraits< Scalar >::magnitudeType >.
Definition at line 54 of file RTOpPack_ROpNormInf.hpp.
| void RTOpPack::ROpNormInf< Scalar >::apply_op | ( | const int | num_vecs, | |
| const ConstSubVectorView< Scalar > | sub_vecs[], | |||
| const int | num_targ_vecs, | |||
| const SubVectorView< Scalar > | targ_sub_vecs[], | |||
| ReductTarget * | _reduct_obj | |||
| ) | const [inline, virtual] |
1.4.7