Home
last modified time | relevance | path

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

/dports/math/clp/Clp-1.17.3/Clp/src/
H A DAbcMatrix.hpp22 class AbcMatrix { class
415 AbcMatrix();
417 ~AbcMatrix();
423 AbcMatrix(const AbcMatrix &);
425 AbcMatrix(const CoinPackedMatrix &);
428 AbcMatrix(const AbcMatrix &wholeModel,
431 AbcMatrix(const CoinPackedMatrix &wholeModel,
435 AbcMatrix &operator=(const AbcMatrix &);
437 void copy(const AbcMatrix *from);
647 void swapOne(const AbcSimplex *model, const AbcMatrix *matrix,
H A DAbcMatrix.cpp37 AbcMatrix::AbcMatrix() in AbcMatrix() function in AbcMatrix
69 AbcMatrix::AbcMatrix(const AbcMatrix &rhs) in AbcMatrix() function in AbcMatrix
112 AbcMatrix::AbcMatrix(const CoinPackedMatrix &rhs) in AbcMatrix() function in AbcMatrix
147 AbcMatrix::AbcMatrix(const AbcMatrix &wholeMatrix, in AbcMatrix() function in AbcMatrix
188 AbcMatrix::~AbcMatrix() in ~AbcMatrix()
205 AbcMatrix &
206 AbcMatrix::operator=(const AbcMatrix &rhs) in operator =()
380 AbcMatrix::moveLargestToStart()
413 void AbcMatrix::createRowCopy() in createRowCopy()
3585 AbcMatrix::rowStart() const
[all …]
H A DAbcSimplex.hpp32 class AbcMatrix;
328 inline AbcMatrix *abcMatrix() const in abcMatrix()
1345 AbcMatrix *abcMatrix_;
H A DMakefile.am82 AbcMatrix.cpp AbcMatrix.hpp \
H A DMakefile.in52 @COIN_HAS_ABC_TRUE@ AbcMatrix.cpp AbcMatrix.hpp \
175 AbcDualRowSteepest.cpp AbcDualRowSteepest.hpp AbcMatrix.cpp \
176 AbcMatrix.hpp AbcNonLinearCost.cpp AbcNonLinearCost.hpp \
206 @COIN_HAS_ABC_TRUE@ AbcMatrix.lo AbcNonLinearCost.lo \
845 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/AbcMatrix.Plo@am__quote@
H A DAbcSimplexFactorization.cpp386 AbcMatrix *matrix = model->abcMatrix(); in factorize()
H A DCoinAbcBaseFactorization5.cpp452 AbcMatrix *matrix = model->abcMatrix(); in factorize()
H A DAbcSimplex.cpp199 abcMatrix_ = new AbcMatrix(*rhs.abcMatrix_); in gutsOfCopy()
457 abcMatrix_ = new AbcMatrix(*matrix()); in translate()
622 subProblem->abcMatrix_ = new AbcMatrix(*fullProblem->abcMatrix_, numberRows_, whichRow, in createSubProblem()
H A DAbcSimplexParallel.cpp1595 AbcMatrix *matrix = dual->abcMatrix(); in parallelDual4()