Home
last modified time | relevance | path

Searched refs:invOfPivots_ (Results 1 – 9 of 9) sorted by relevance

/dports/math/osi/Osi-0.108.6/CoinUtils/src/
H A DCoinSimpFactorization.cpp154 delete[] invOfPivots_; in gutsOfDestructor()
213 invOfPivots_ = NULL; in gutsOfDestructor()
294 invOfPivots_ = NULL; in gutsOfInitialize()
583 if (other.invOfPivots_) { in gutsOfCopy()
585 memcpy(invOfPivots_, other.invOfPivots_, maximumRows_ * sizeof(double)); in gutsOfCopy()
587 invOfPivots_ = NULL; in gutsOfCopy()
1995 if (invOfPivots_) in allocateSomeArrays()
1996 delete[] invOfPivots_; in allocateSomeArrays()
2138 x *= invOfPivots_[row]; in Uxeqb()
2311 xr *= invOfPivots_[row]; in xUeqb()
[all …]
H A DCoinSimpFactorization.hpp375 double *invOfPivots_; member in CoinSimpFactorization
/dports/math/coinutils/CoinUtils-2.11.4/CoinUtils/src/
H A DCoinSimpFactorization.cpp154 delete[] invOfPivots_; in gutsOfDestructor()
213 invOfPivots_ = NULL; in gutsOfDestructor()
294 invOfPivots_ = NULL; in gutsOfInitialize()
583 if (other.invOfPivots_) { in gutsOfCopy()
585 memcpy(invOfPivots_, other.invOfPivots_, maximumRows_ * sizeof(double)); in gutsOfCopy()
587 invOfPivots_ = NULL; in gutsOfCopy()
1995 if (invOfPivots_) in allocateSomeArrays()
1996 delete[] invOfPivots_; in allocateSomeArrays()
2138 x *= invOfPivots_[row]; in Uxeqb()
2311 xr *= invOfPivots_[row]; in xUeqb()
[all …]
H A DCoinSimpFactorization.hpp375 double *invOfPivots_; member in CoinSimpFactorization
/dports/math/ogdf/OGDF/src/coin/CoinUtils/
H A DCoinSimpFactorization.cpp156 delete [] invOfPivots_; in gutsOfDestructor()
216 invOfPivots_=NULL; in gutsOfDestructor()
298 invOfPivots_=NULL; in gutsOfInitialize()
592 if (other.invOfPivots_) in gutsOfCopy()
595 memcpy(invOfPivots_ , other.invOfPivots_, maximumRows_*sizeof(double)); in gutsOfCopy()
1987 if (invOfPivots_) delete [] invOfPivots_; in allocateSomeArrays()
2165 x2*=invOfPivots_[row]; in Uxeqb2()
2184 x1*=invOfPivots_[row]; in Uxeqb2()
2201 x1*=invOfPivots_[row]; in Uxeqb2()
2202 x2*=invOfPivots_[row]; in Uxeqb2()
[all …]
/dports/math/clp/Clp-1.17.3/CoinUtils/src/
H A DCoinSimpFactorization.cpp154 delete[] invOfPivots_; in gutsOfDestructor()
213 invOfPivots_ = NULL; in gutsOfDestructor()
294 invOfPivots_ = NULL; in gutsOfInitialize()
583 if (other.invOfPivots_) { in gutsOfCopy()
585 memcpy(invOfPivots_, other.invOfPivots_, maximumRows_ * sizeof(double)); in gutsOfCopy()
587 invOfPivots_ = NULL; in gutsOfCopy()
1995 if (invOfPivots_) in allocateSomeArrays()
1996 delete[] invOfPivots_; in allocateSomeArrays()
2138 x *= invOfPivots_[row]; in Uxeqb()
2311 xr *= invOfPivots_[row]; in xUeqb()
[all …]
H A DCoinSimpFactorization.hpp375 double *invOfPivots_; member in CoinSimpFactorization
/dports/math/ogdf/OGDF/include/coin/
H A DCoinSimpFactorization.hpp377 double *invOfPivots_; member in CoinSimpFactorization
/dports/editors/libreoffice/libreoffice-7.2.6.2/external/coinmp/
H A Dregister.patch365 - register const double multiplier=denseVector_[column]*invOfPivots_[row];
366 + const double multiplier=denseVector_[column]*invOfPivots_[row];