Home
last modified time | relevance | path

Searched refs:pDblTol (Results 1 – 3 of 3) sorted by relevance

/dports/math/scilab/scilab-6.1.1/scilab/modules/optimization/sci_gateway/cpp/
H A Dsci_fsolve.cpp38 types::Double* pDblTol = NULL; in sci_fsolve() local
231 pDblTol = in[2]->getAs<types::Double>(); in sci_fsolve()
232 if (pDblTol->isScalar() == false) in sci_fsolve()
239 dTol = pDblTol->get(0); in sci_fsolve()
254 pDblTol = in[3]->getAs<types::Double>(); in sci_fsolve()
255 if (pDblTol->isScalar() == false) in sci_fsolve()
262 dTol = pDblTol->get(0); in sci_fsolve()
/dports/math/scilab/scilab-6.1.1/scilab/modules/cacsd/sci_gateway/cpp/
H A Dsci_ereduc.cpp69 types::Double* pDblTol = in[1]->getAs<types::Double>(); in sci_ereduc() local
71 if (pDblTol->isScalar() == false) in sci_ereduc()
77 dTol = pDblTol->get(0); in sci_ereduc()
/dports/math/scilab/scilab-6.1.1/scilab/modules/differential_equations/sci_gateway/cpp/
H A Dsci_bvode.cpp55 types::Double* pDblTol = NULL; in sci_bvode() local
390 pDblTol = in[iPos]->getAs<types::Double>(); in sci_bvode()
392 if (pDblTol->getSize() != ipar[3]) in sci_bvode()
581 …C2F(colnew)(&ncomp, M, &aleft, &aright, pDblZeta->get(), ipar, ltol, pDblTol->get(), pDblFixpnt->g… in sci_bvode()