#include <RTOpPack_SUNDIALS_Ops.hpp>
Inheritance diagram for RTOpPack::SUNDIALS_VConstrMask< Scalar >:
Overridden from RTOpT | |
| 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_VConstrMask () | |
| | |
m[i] = 1.0 if constraint test fails for x[i] m[i] = 0.0 if constraint test passes for x[i]
If c[i] = +2.0, then x[i] must be > 0.0.
If c[i] = +1.0, then x[i] must be >= 0.0.
If c[i] = -1.0, then x[i] must be <= 0.0.
If c[i] = -2.0, then x[i] must be < 0.0.
Definition at line 383 of file RTOpPack_SUNDIALS_Ops.hpp.
|
|||||||||
|
Definition at line 388 of file RTOpPack_SUNDIALS_Ops.hpp. |
|
||||||||||||||||||||||||||||
|
Implements RTOpPack::RTOpT< Scalar >. Definition at line 396 of file RTOpPack_SUNDIALS_Ops.hpp. |
1.3.9.1