Home
last modified time | relevance | path

Searched refs:fromIndex_ (Results 1 – 12 of 12) sorted by relevance

/dports/math/ogdf/OGDF/src/coin/Clp/
H A DClpGubMatrix.cpp50 fromIndex_(NULL), in ClpGubMatrix()
87 fromIndex_ = ClpCopyOfArray(rhs.fromIndex_, getNumRows() + numberSets_ + 1); in ClpGubMatrix()
140 fromIndex_(NULL), in ClpGubMatrix()
269 fromIndex_(NULL), in ClpGubMatrix()
304 delete [] fromIndex_; in ~ClpGubMatrix()
328 delete [] fromIndex_; in operator =()
344 fromIndex_ = ClpCopyOfArray(rhs.fromIndex_, getNumRows() + numberSets_ + 1); in operator =()
503 fromIndex_(NULL), in ClpGubMatrix()
888 int iSet = fromIndex_[j]; in subsetTransposeTimes()
2295 fromIndex_[0] = -1; in dualExpanded()
[all …]
H A DClpDynamicMatrix.cpp40 fromIndex_(NULL), in ClpDynamicMatrix()
93 fromIndex_ = ClpCopyOfArray(rhs.fromIndex_, getNumRows() + 1 - numberStaticRows_); in ClpDynamicMatrix()
306 delete [] fromIndex_; in ~ClpDynamicMatrix()
333 delete [] fromIndex_; in operator =()
359 fromIndex_ = ClpCopyOfArray(rhs.fromIndex_, getNumRows() + 1 - numberStaticRows_); in operator =()
896 int iSet = fromIndex_[i]; in updatePivot()
1171 int iSet = fromIndex_[i]; in generalExpanded()
1324 int iSet = fromIndex_[which]; in refresh()
1338 int iSet = fromIndex_[i]; in refresh()
1429 int iSet = fromIndex_[i]; in refresh()
[all …]
H A DClpGubDynamicMatrix.cpp600 fromIndex_[numberToDo++] = iSet; in synchronize()
667 int iSet = fromIndex_[jSet]; in synchronize()
727 fromIndex_[0] = -1; in synchronize()
1079 fromIndex_ = new int [numberRows+numberSets_]; in useEffectiveRhs()
1948 fromIndex_[numberToDo++] = iSet; in times()
1963 int iSet = fromIndex_[jSet]; in times()
/dports/math/clp/Clp-1.17.3/Clp/src/
H A DClpGubMatrix.cpp49 , fromIndex_(NULL) in ClpGubMatrix()
86 fromIndex_ = ClpCopyOfArray(rhs.fromIndex_, getNumRows() + numberSets_ + 1); in ClpGubMatrix()
139 , fromIndex_(NULL) in ClpGubMatrix()
268 , fromIndex_(NULL) in ClpGubMatrix()
302 delete[] fromIndex_; in ~ClpGubMatrix()
326 delete[] fromIndex_; in operator =()
342 fromIndex_ = ClpCopyOfArray(rhs.fromIndex_, getNumRows() + numberSets_ + 1); in operator =()
500 , fromIndex_(NULL) in ClpGubMatrix()
882 int iSet = fromIndex_[j]; in subsetTransposeTimes()
2270 fromIndex_[0] = -1; in dualExpanded()
[all …]
H A DClpDynamicMatrix.cpp39 , fromIndex_(NULL) in ClpDynamicMatrix()
92 fromIndex_ = ClpCopyOfArray(rhs.fromIndex_, getNumRows() + 1 - numberStaticRows_); in ClpDynamicMatrix()
305 delete[] fromIndex_; in ~ClpDynamicMatrix()
332 delete[] fromIndex_; in operator =()
358 fromIndex_ = ClpCopyOfArray(rhs.fromIndex_, getNumRows() + 1 - numberStaticRows_); in operator =()
892 int iSet = fromIndex_[i]; in updatePivot()
1154 int iSet = fromIndex_[i]; in generalExpanded()
1301 int iSet = fromIndex_[which]; in refresh()
1315 int iSet = fromIndex_[i]; in refresh()
1406 int iSet = fromIndex_[i]; in refresh()
[all …]
H A DClpDynamicMatrix.hpp349 int *fromIndex_; member in ClpDynamicMatrix
H A DClpGubMatrix.hpp339 int *fromIndex_; member in ClpGubMatrix
H A DClpGubDynamicMatrix.cpp600 fromIndex_[numberToDo++] = iSet; in synchronize()
667 int iSet = fromIndex_[jSet]; in synchronize()
727 fromIndex_[0] = -1; in synchronize()
1067 fromIndex_ = new int[numberRows + numberSets_]; in useEffectiveRhs()
1931 fromIndex_[numberToDo++] = iSet; in times()
1946 int iSet = fromIndex_[jSet]; in times()
/dports/math/ogdf/OGDF/include/coin/
H A DClpDynamicMatrix.hpp313 int * fromIndex_; member in ClpDynamicMatrix
H A DClpGubMatrix.hpp327 int * fromIndex_; member in ClpGubMatrix
/dports/games/fheroes2/fheroes2-0.9.11/src/fheroes2/game/
H A Dgame.cpp88 …Type object_, uint32_t objectIndex_, uint32_t animationIndex_, int32_t fromIndex_, int32_t toIndex… in FadeTask() argument
93 , fromIndex( fromIndex_ ) in FadeTask()
H A Dgame.h257 …Type object_, uint32_t objectIndex_, uint32_t animationIndex_, int32_t fromIndex_, int32_t toIndex…