Home
last modified time | relevance | path

Searched refs:theVect (Results 1 – 14 of 14) sorted by relevance

/dports/math/R-cran-RHmm/RHmm/src/
H A DcDVector.cpp60 Copy(theVect.mvV) ; in cDVector()
72 Copy(theVect) ; in cDVector()
99 mvV[i] = theVect[i] ; in ReAlloc()
121 Copy(theVect) ; in operator =()
270 theVect = ScalMult(theVect, theValue) ; in operator *=()
271 return theVect ; in operator *=()
290 theVect = ScalMult(theVect, 1/theVal) ; in operator /=()
291 return theVect ; in operator /=()
310 return theVect ; in operator +=()
329 return theVect ; in operator -=()
[all …]
H A DcDVector.h49 cDVector(const cDVector& theVect) ;
51 cDVector(uint theN, const double* theVect) ;
57 void ReAlloc(uint theSize, double* theVect) ;
61 cDVector& operator=(const cDVector& theVect) ;
62 cDVector& operator=(const double* theVect) ;
87 extern cDVector operator *=(cDVector& theVect, const double& theValue) ;
90 extern cDVector operator /=(cDVector& theVect, const double& theVal) ;
95 extern double AsDouble(const cDVector& theVect) ;
99 extern cDVector CopyDouble(double* theVect, uint theSize) ;
102 extern cDVector cat(const cDVector& theVect, double theDouble) ;
[all …]
H A DcDMatrix.cpp126 uint myNRow = theVect.GetSize() ; in operator =()
128 Copy(theVect.GetVect()) ; in operator =()
133 Copy(theVect.GetVect()) ; in operator =()
262 cDMatrix Transpose(const cDVector& theVect) in Transpose() argument
264 uint myNCol = theVect.GetSize() ; in Transpose()
267 myTmpMat[0][i] = theVect[i] ; in Transpose()
359 uint myNRow = theVect.GetSize() ; in MatMult()
372 return MatMult(theVect, theMat) ; in operator *()
394 return MatMult(theMat, theVect) ; in operator *()
416 cDMatrix Diag(cDVector& theVect) in Diag() argument
[all …]
H A DStatUtil.cpp13 cDMatrix AddOneVariable(cDMatrix& theCovCour, cDVector& theVect) in AddOneVariable() argument
15 uint mySize = theVect.GetSize() ; in AddOneVariable()
18 cDMatrix myAuxMat = Transpose(theVect) ; in AddOneVariable()
25 myRes[mySize] = AsDouble(myAuxMat * theCovCour * theVect) ; in AddOneVariable()
H A DDebogage.h17 #define SETVECTSEXP(theVect, theSEXP) {\ argument
18 PROTECT(theSEXP=allocVector(REALSXP, theVect.mSize)) ;\
20 for (register uint i = 0 ; i < theVect.mSize ; i++)\
21 REAL(theSEXP)[i] = theVect[i] ; \
H A DcDMatrix.h71 cDMatrix& operator =(const cDVector& theVect) ;
89 extern cDMatrix Transpose(const cDVector& theVect) ;
96 extern cDMatrix operator*(const cDVector &theVect, const cDMatrix& theLeftMat) ;
97 extern cDVector operator*(const cDMatrix& theMat, const cDVector& theVect) ;
102 extern cDMatrix Diag(cDVector& theVect) ;
H A DcRUtils.h83 …etListListVectSexp(SEXP theSEXP, uint theNum, uint theNList1, uint theNList2, cDVector** theVect) ;
88 …GetListListMatSexp(SEXP theSEXP, uint theNum, uint theNList1, uint theNList2, cDMatrix** theVect) ;
99 void SetVectSexp(int *theVect, uint theDim, SEXP &theSEXP) ;
100 void SetVectSexp(uint *theVect, uint theDim, SEXP &theSEXP) ;
101 void SetVectSexp(double *theVect, uint theDim, SEXP &theSEXP) ;
102 void SetVectSexp(cDVector& theVect, SEXP &theSEXP) ;
149 … void SetListListVectSexp(cDVector** theVect, uint theNList1, uint theNList2, SEXP &theSEXP) ;
H A DcRUtils.cpp283 { GetListVectSexp(myAux, i, theNList2, theVect[i]) ; in GetListListVectSexp()
320 void cRUtil::SetVectSexp(int *theVect, uint theDim, SEXP &theSEXP) in SetVectSexp() argument
324 INTEGER(theSEXP)[i] = theVect[i] ; in SetVectSexp()
327 void cRUtil::SetVectSexp(uint *theVect, uint theDim, SEXP &theSEXP) in SetVectSexp() argument
331 INTEGER(theSEXP)[i] = theVect[i] ; in SetVectSexp()
338 REAL(theSEXP)[i] = theVect[i] ; in SetVectSexp()
340 void cRUtil::SetVectSexp(cDVector& theVect, SEXP &theSEXP) in SetVectSexp() argument
342 PROTECT(theSEXP=allocVector(REALSXP, theVect.mSize)) ; in SetVectSexp()
343 for (register uint i = 0 ; i < theVect.mSize ; i++) in SetVectSexp()
344 REAL(theSEXP)[i] = theVect[i] ; in SetVectSexp()
[all …]
H A DStatUtil.h18 extern cDMatrix AddOneVariable(cDMatrix& theCovCour, cDVector& theVect) ;
H A DcDiscrete.h40 extern cDMatrix AddOneVariable(cDMatrix& theCovCour, cDVector& theVect) ;
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/tnztools/
H A Dvectorerasertool.cpp73 std::vector<int> &theVect) { in mapToVector() argument
74 assert(theMap.size() == theVect.size()); in mapToVector()
78 theVect[i++] = it->first; in mapToVector()
H A Dtoolutils.cpp59 std::vector<int> &theVect) { in mapToVector() argument
60 assert(theMap.size() == theVect.size()); in mapToVector()
64 theVect[i++] = it->first; in mapToVector()
/dports/cad/opencascade/opencascade-7.6.0/src/Shaders/
H A DRaytraceBase.fs427 vec3 theVect = cross (theRay.Direct, aToTrg);
430 dot (theVect, aEdge1),
431 dot (theVect, aEdge0)) * (1.f / dot (theNorm, theRay.Direct));
H A DShaders_RaytraceBase_fs.pxx430 " vec3 theVect = cross (theRay.Direct, aToTrg);\n"
433 " dot (theVect, aEdge1),\n"
434 " dot (theVect, aEdge0)) * (1.f / dot (theNorm, theRay.Direct));\n"