#include <src/Components/EqSolver.h>
Definition at line 44 of file EqSolver.h.
standard constructor
Definition at line 36 of file EqSolver.cpp.
42 const size_t N = funcs.size () ;
43 for(
size_t i = 0 ;
i <
N ; ++
i )
46 for(
size_t j = 0 ; j <
N ; ++j )
48 Genfun::GENFUNCTION fij = funcs[
i]->partial(j);
49 last.push_back( fij.clone() ) ;
51 m_jac.push_back( last );
std::vector< const GenFunc * > Equations
Vector of the function "GenFunc" which we solver.
EqSolver::EqSolverMisc::~EqSolverMisc |
( |
| ) |
|
Definition at line 57 of file EqSolver.cpp.
59 while( !
m_jac.empty() )
62 while( !last.empty() )
std::vector< const GenFunc * > Equations
Vector of the function "GenFunc" which we solver.
EqSolver::EqSolverMisc::EqSolverMisc |
( |
| ) |
|
|
private |
EqSolver::EqSolverMisc::EqSolverMisc |
( |
const EqSolverMisc & |
| ) |
|
|
private |
const Arg& EqSolver::EqSolverMisc::argument |
( |
| ) |
const |
|
inline |
Arg& EqSolver::EqSolverMisc::argument |
( |
| ) |
|
|
inline |
const Equations* EqSolver::EqSolverMisc::equations |
( |
| ) |
const |
|
inline |
const Jacobi& EqSolver::EqSolverMisc::jacobi |
( |
| ) |
const |
|
inline |
Arg EqSolver::EqSolverMisc::m_argum |
|
private |
const Equations* EqSolver::EqSolverMisc::m_eqs |
|
private |
Jacobi EqSolver::EqSolverMisc::m_jac |
|
private |
The documentation for this class was generated from the following files: