#include <Rythmos_ExplicitTaylorPolynomialStepper.hpp>
Inheritance diagram for Rythmos::ROpLogNormInf< Scalar >:
Overridden from RTOpT | |
| void | reduce_reduct_objs (const RTOpPack::ReductTarget &_in_reduct_obj, RTOpPack::ReductTarget *_inout_reduct_obj) const |
| | |
| void | apply_op (const int num_vecs, const RTOpPack::ConstSubVectorView< Scalar > sub_vecs[], const int num_targ_vecs, const RTOpPack::SubVectorView< Scalar > targ_sub_vecs[], RTOpPack::ReductTarget *_reduct_obj) const |
| | |
Public Member Functions | |
| ROpLogNormInf () | |
| | |
| Teuchos::ScalarTraits< Scalar >::magnitudeType | operator() (const RTOpPack::ReductTarget &reduct_obj) const |
| | |
This class implements a reduction operator for computing the logarithmic infinity norm of a vector:
Definition at line 292 of file Rythmos_ExplicitTaylorPolynomialStepper.hpp.
| Rythmos::ROpLogNormInf< Scalar >::ROpLogNormInf | ( | ) | [inline] |
| Teuchos::ScalarTraits<Scalar>::magnitudeType Rythmos::ROpLogNormInf< Scalar >::operator() | ( | const RTOpPack::ReductTarget & | reduct_obj | ) | const [inline] |
| void Rythmos::ROpLogNormInf< Scalar >::reduce_reduct_objs | ( | const RTOpPack::ReductTarget & | _in_reduct_obj, | |
| RTOpPack::ReductTarget * | _inout_reduct_obj | |||
| ) | const [inline, virtual] |
Reimplemented from RTOpPack::ROpScalarReductionBase< Teuchos::ScalarTraits< Scalar >::magnitudeType >.
Definition at line 308 of file Rythmos_ExplicitTaylorPolynomialStepper.hpp.
| void Rythmos::ROpLogNormInf< Scalar >::apply_op | ( | const int | num_vecs, | |
| const RTOpPack::ConstSubVectorView< Scalar > | sub_vecs[], | |||
| const int | num_targ_vecs, | |||
| const RTOpPack::SubVectorView< Scalar > | targ_sub_vecs[], | |||
| RTOpPack::ReductTarget * | _reduct_obj | |||
| ) | const [inline, virtual] |
Implements RTOpPack::RTOpT< Scalar >.
Definition at line 320 of file Rythmos_ExplicitTaylorPolynomialStepper.hpp.
1.4.7