const std::vector<REAL> & cSetEqFormelles::VAddEqFonctToSys
     (
                  cElCompiledFonc * aFonct,
                  REAL aPds,
                  bool WithDerSec
     )
{
    return VAddEqFonctToSys(aFonct,MakeVec1(aPds),WithDerSec);
}
示例#2
0
void cElCompiledFonc::Std_AddEqSysSurResol
     (
         bool isCstr,
	 REAL aPds,
	 REAL *       Pts,
         cGenSysSurResol & aSys,
         cSetEqFormelles & aSet,
	 bool EnPtsCur
     )
{
   return Std_AddEqSysSurResol(isCstr,MakeVec1(aPds),Pts,aSys,aSet,EnPtsCur);
}
示例#3
0
void cElCompiledFonc::SVD_And_AddEqSysSurResol
     (
         bool isCstr,
         const std::vector<INT> & aVIndInit,
	 REAL aPds,
	 REAL *       Pts,
         cGenSysSurResol & aSys,
         cSetEqFormelles & aSet,
	 bool EnPtsCur
     )
{
   SVD_And_AddEqSysSurResol(isCstr,aVIndInit,MakeVec1(aPds),Pts, aSys,aSet,EnPtsCur);
}