Home
last modified time | relevance | path

Searched refs:UcolLengths_ (Results 1 – 8 of 8) sorted by relevance

/dports/math/osi/Osi-0.108.6/CoinUtils/src/
H A DCoinSimpFactorization.cpp21 int *UcolLengths_) in FactorPointers() argument
144 delete[] UcolLengths_; in gutsOfDestructor()
203 UcolLengths_ = NULL; in gutsOfDestructor()
284 UcolLengths_ = NULL; in gutsOfInitialize()
546 if (other.UcolLengths_) { in gutsOfCopy()
548 memcpy(UcolLengths_, other.UcolLengths_, maximumRows_ * sizeof(int)); in gutsOfCopy()
550 UcolLengths_ = NULL; in gutsOfCopy()
1388 --UcolLengths_[pivotCol]; in GaussEliminate()
1401 --UcolLengths_[column]; in GaussEliminate()
1968 if (UcolLengths_) in allocateSomeArrays()
[all …]
H A DCoinSimpFactorization.hpp32 FactorPointers(int numRows, int numCols, int *UrowLengths_, int *UcolLengths_);
350 int *UcolLengths_; member in CoinSimpFactorization
/dports/math/coinutils/CoinUtils-2.11.4/CoinUtils/src/
H A DCoinSimpFactorization.cpp21 int *UcolLengths_) in FactorPointers() argument
144 delete[] UcolLengths_; in gutsOfDestructor()
203 UcolLengths_ = NULL; in gutsOfDestructor()
284 UcolLengths_ = NULL; in gutsOfInitialize()
546 if (other.UcolLengths_) { in gutsOfCopy()
548 memcpy(UcolLengths_, other.UcolLengths_, maximumRows_ * sizeof(int)); in gutsOfCopy()
550 UcolLengths_ = NULL; in gutsOfCopy()
1388 --UcolLengths_[pivotCol]; in GaussEliminate()
1401 --UcolLengths_[column]; in GaussEliminate()
1968 if (UcolLengths_) in allocateSomeArrays()
[all …]
H A DCoinSimpFactorization.hpp32 FactorPointers(int numRows, int numCols, int *UrowLengths_, int *UcolLengths_);
350 int *UcolLengths_; member in CoinSimpFactorization
/dports/math/ogdf/OGDF/src/coin/CoinUtils/
H A DCoinSimpFactorization.cpp25 int *UcolLengths_ ){ in FactorPointers() argument
53 int length=UcolLengths_[i]; in FactorPointers()
146 delete [] UcolLengths_; in gutsOfDestructor()
206 UcolLengths_=NULL; in gutsOfDestructor()
288 UcolLengths_=NULL; in gutsOfInitialize()
553 if (other.UcolLengths_) in gutsOfCopy()
556 memcpy(UcolLengths_ , other.UcolLengths_, maximumRows_*sizeof(int)); in gutsOfCopy()
1428 --UcolLengths_[column]; in GaussEliminate()
1583 ++UcolLengths_[column]; in updateCurrentRow()
1967 if (UcolLengths_) delete [] UcolLengths_; in allocateSomeArrays()
[all …]
/dports/math/clp/Clp-1.17.3/CoinUtils/src/
H A DCoinSimpFactorization.cpp21 int *UcolLengths_) in FactorPointers() argument
144 delete[] UcolLengths_; in gutsOfDestructor()
203 UcolLengths_ = NULL; in gutsOfDestructor()
284 UcolLengths_ = NULL; in gutsOfInitialize()
546 if (other.UcolLengths_) { in gutsOfCopy()
548 memcpy(UcolLengths_, other.UcolLengths_, maximumRows_ * sizeof(int)); in gutsOfCopy()
550 UcolLengths_ = NULL; in gutsOfCopy()
1388 --UcolLengths_[pivotCol]; in GaussEliminate()
1401 --UcolLengths_[column]; in GaussEliminate()
1968 if (UcolLengths_) in allocateSomeArrays()
[all …]
H A DCoinSimpFactorization.hpp32 FactorPointers(int numRows, int numCols, int *UrowLengths_, int *UcolLengths_);
350 int *UcolLengths_; member in CoinSimpFactorization
/dports/math/ogdf/OGDF/include/coin/
H A DCoinSimpFactorization.hpp33 FactorPointers( int numRows, int numCols, int *UrowLengths_, int *UcolLengths_ );
352 int *UcolLengths_; member in CoinSimpFactorization