6 const std::vector<const Core::OneArgumentDiffFunction *> &transforms,
10 for(
unsigned q = 0; q < NUM_REAL_QUANTITIES - 1; ++q)
16 const std::vector< const std::list<double> * > &
18 const std::vector<
const std::list<double> * > &solution
24 for(
unsigned q = 0; q < NUM_REAL_QUANTITIES - 1; ++q) {
29 std::list<double>::const_iterator
32 std::list<const Core::OneArgumentDiffFunction *>::const_iterator
35 std::list<double> *transformed_quantity =
new std::list<double>();
37 std::list<double>::const_iterator
38 var_i = solution[q]->begin(),
40 t_i = solution[AGE]->begin();
41 var_i != solution[q]->end();
50 transformed_quantity->push_back((**transform_i)(*var_i));
67 for(
unsigned q = 0; q < NUM_REAL_QUANTITIES - 1; ++q)
Orientations of zones of bodies in a binary system.
AGE
The derivative w.r.t. age, excluding the dependence through the body's radius and the moments of iner...