Home
last modified time | relevance | path

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

/dports/math/osi/Osi-0.108.6/CoinUtils/src/
H A DCoinSimpFactorization.cpp20 int *UrowLengths_, in FactorPointers() argument
133 delete[] UrowLengths_; in gutsOfDestructor()
192 UrowLengths_ = NULL; in gutsOfDestructor()
273 UrowLengths_ = NULL; in gutsOfInitialize()
509 memcpy(UrowLengths_, other.UrowLengths_, maximumRows_ * sizeof(int)); in gutsOfCopy()
511 UrowLengths_ = NULL; in gutsOfCopy()
713 UrowLengths_[row] = 0; in preProcess()
1446 --UrowLengths_[row]; in pivoting()
1940 if (UrowLengths_) in allocateSomeArrays()
2372 --UrowLengths_[row]; in LUupdate()
[all …]
H A DCoinSimpFactorization.hpp32 FactorPointers(int numRows, int numCols, int *UrowLengths_, int *UcolLengths_);
325 int *UrowLengths_; member in CoinSimpFactorization
/dports/math/coinutils/CoinUtils-2.11.4/CoinUtils/src/
H A DCoinSimpFactorization.cpp20 int *UrowLengths_, in FactorPointers() argument
133 delete[] UrowLengths_; in gutsOfDestructor()
192 UrowLengths_ = NULL; in gutsOfDestructor()
273 UrowLengths_ = NULL; in gutsOfInitialize()
509 memcpy(UrowLengths_, other.UrowLengths_, maximumRows_ * sizeof(int)); in gutsOfCopy()
511 UrowLengths_ = NULL; in gutsOfCopy()
713 UrowLengths_[row] = 0; in preProcess()
1446 --UrowLengths_[row]; in pivoting()
1940 if (UrowLengths_) in allocateSomeArrays()
2372 --UrowLengths_[row]; in LUupdate()
[all …]
H A DCoinSimpFactorization.hpp32 FactorPointers(int numRows, int numCols, int *UrowLengths_, int *UcolLengths_);
325 int *UrowLengths_; member in CoinSimpFactorization
/dports/math/ogdf/OGDF/src/coin/CoinUtils/
H A DCoinSimpFactorization.cpp24 int *UrowLengths_, in FactorPointers() argument
46 int length=UrowLengths_[i]; in FactorPointers()
135 delete [] UrowLengths_; in gutsOfDestructor()
195 UrowLengths_=NULL; in gutsOfDestructor()
277 UrowLengths_=NULL; in gutsOfInitialize()
517 memcpy(UrowLengths_ ,other.UrowLengths_ , maximumRows_ *sizeof(int)); in gutsOfCopy()
726 UrowLengths_[row]=0; in preProcess()
1475 --UrowLengths_[row]; in pivoting()
1946 if (UrowLengths_) delete [] UrowLengths_; in allocateSomeArrays()
2361 --UrowLengths_[row]; in LUupdate()
[all …]
/dports/math/clp/Clp-1.17.3/CoinUtils/src/
H A DCoinSimpFactorization.cpp20 int *UrowLengths_, in FactorPointers() argument
133 delete[] UrowLengths_; in gutsOfDestructor()
192 UrowLengths_ = NULL; in gutsOfDestructor()
273 UrowLengths_ = NULL; in gutsOfInitialize()
509 memcpy(UrowLengths_, other.UrowLengths_, maximumRows_ * sizeof(int)); in gutsOfCopy()
511 UrowLengths_ = NULL; in gutsOfCopy()
713 UrowLengths_[row] = 0; in preProcess()
1446 --UrowLengths_[row]; in pivoting()
1940 if (UrowLengths_) in allocateSomeArrays()
2372 --UrowLengths_[row]; in LUupdate()
[all …]
H A DCoinSimpFactorization.hpp32 FactorPointers(int numRows, int numCols, int *UrowLengths_, int *UcolLengths_);
325 int *UrowLengths_; member in CoinSimpFactorization
/dports/math/ogdf/OGDF/include/coin/
H A DCoinSimpFactorization.hpp33 FactorPointers( int numRows, int numCols, int *UrowLengths_, int *UcolLengths_ );
327 int *UrowLengths_; member in CoinSimpFactorization
/dports/editors/libreoffice/libreoffice-7.2.6.2/external/coinmp/
H A Dregister.patch369 const int rowEnd=rowBeg+UrowLengths_[row];