|
template<class InputIter , class Vec1 , class Vec2 > |
static void | _multiply (InputIter begin, InputIter end, const Vec1 &input, Vec2 &output) |
|
template<class InputIter , class Vec1 , class Vec2 > |
static void | _incrementSpecies (InputIter begin, InputIter end, const Vec1 &input, Vec2 &output) |
|
template<class InputIter , class Vec1 , class Vec2 > |
static void | _decrementSpecies (InputIter begin, InputIter end, const Vec1 &input, Vec2 &output) |
|
template<class InputIter , class Vec1 , class Vec2 > |
static void | _incrementReactions (InputIter begin, InputIter end, const Vec1 &input, Vec2 &output) |
|
template<class InputIter , class Vec1 , class Vec2 > |
static void | _decrementReactions (InputIter begin, InputIter end, const Vec1 &input, Vec2 &output) |
|
template<class InputIter , class Indices > |
static void | _resizeCoeffs (InputIter begin, InputIter end, Indices &ix) |
|
template<class InputIter , class Vec1 , class Vec2 , class Vec3 > |
static void | _derivatives (InputIter begin, InputIter end, const Vec1 &S, const Vec2 &R, Vec3 &jac) |
|
template<class InputIter , class Vec1 , class Vec2 > |
static void | _scale (InputIter begin, InputIter end, const Vec1 &in, Vec2 &out, double factor) |
|