#include <RTOpPack_SUNDIALS_Ops.hpp>
Inheritance diagram for RTOpPack::SUNDIALS_VMinQuotient< 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 Member Functions | |
| SUNDIALS_VMinQuotient () | |
| | |
minq = min ( num[i]/denom[i]) over all i such that
denom[i] != 0.
This routine returns the minimum of the quotients obtained
by term-wise dividing num[i] by denom[i]. A zero element
in denom will be skipped. If no such quotients are found,
then the large value BIG_REAL is returned.
Definition at line 472 of file RTOpPack_SUNDIALS_Ops.hpp.
|
|||||||||
|
Definition at line 477 of file RTOpPack_SUNDIALS_Ops.hpp. |
|
||||||||||||||||
|
Reimplemented from RTOpPack::ROpScalarReductionBase< Scalar >. Definition at line 489 of file RTOpPack_SUNDIALS_Ops.hpp. |
|
||||||||||||||||||||||||||||
|
Implements RTOpPack::RTOpT< Scalar >. Definition at line 498 of file RTOpPack_SUNDIALS_Ops.hpp. |
1.3.9.1