Home
last modified time | relevance | path

Searched refs:deleteCols (Results 1 – 25 of 145) sorted by relevance

123456

/dports/math/highs/HiGHS-cfe064e/check/
H A DTestLpModification.cpp477 REQUIRE(highs.deleteCols(0, -1));
480 REQUIRE(!highs.deleteCols(0, num_col + 1));
482 REQUIRE(highs.deleteCols(col1357_num_ix, col1357_col_set));
511 REQUIRE(highs.deleteCols(0, num_col - 1));
606 REQUIRE(highs.deleteCols(0, num_col - 1));
665 REQUIRE(highs.deleteCols(col1357_num_ix, col1357_col_set));
693 REQUIRE(highs.deleteCols(col0123_col_mask));
821 REQUIRE(highs.deleteCols(0, num_col - 1));
927 REQUIRE(highs.deleteCols(rm_col, rm_col));
949 REQUIRE(highs.deleteCols(rm_col, rm_col));
/dports/math/highs/HiGHS-cfe064e/src/
H A DHighs.h647 bool deleteCols(const int from_col, //!< The index of the first column to
656 bool deleteCols(
665 bool deleteCols(
/dports/science/py-scipy/scipy-1.7.1/scipy/optimize/_highs/src/
H A DHighs.h639 bool deleteCols(const int from_col, //!< The index of the first column to
648 bool deleteCols(
657 bool deleteCols(
/dports/databases/sqlrelay/sqlrelay-1.7.0/src/triggers/
H A Dreplay.cpp106 void deleteCols(char **cols, uint64_t colcount);
287 deleteCols(cols,colcount); in logQuery()
294 deleteCols(cols,colcount); in logQuery()
327 deleteCols(cols,colcount); in logQuery()
335 deleteCols(cols,colcount); in logQuery()
379 deleteCols(cols,colcount); in logQuery()
816 void sqlrtrigger_replay::deleteCols(char **cols, uint64_t colcount) { in deleteCols() function in sqlrtrigger_replay
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/test/common/
H A Dtest_spring.cpp188 TEST (PointCloudSpring, deleteCols) in TEST() argument
193 pcl::common::deleteCols (*output, *output, amount); in TEST()
/dports/math/symphony/SYMPHONY-releases-5.6.17/SYMPHONY/Examples/
H A DmilpOsi2.c77 si.deleteCols(numberofcolstodrop, colsToDrop); in main()
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/common/include/pcl/common/
H A Dspring.h124 deleteCols (const PointCloud<PointT>& input, PointCloud<PointT>& output,
/dports/math/clp/Clp-1.17.3/Clp/src/
H A DClpPlusMinusOneMatrix.hpp64 virtual void deleteCols(const int numDel, const int *indDel);
359 virtual void deleteCols(const int numDel, const int *indDel);
H A DClpDummyMatrix.hpp63 virtual void deleteCols(const int numDel, const int *indDel);
H A DClpNetworkMatrix.hpp66 virtual void deleteCols(const int numDel, const int *indDel);
H A DClpDummyMatrix.cpp234 void ClpDummyMatrix::deleteCols(const int, const int *) in deleteCols() function in ClpDummyMatrix
/dports/math/highs/HiGHS-cfe064e/src/simplex/
H A DHighsSimplexInterface.h47 HighsStatus deleteCols(HighsIndexCollection& index_collection);
/dports/science/py-scipy/scipy-1.7.1/scipy/optimize/_highs/src/simplex/
H A DHighsSimplexInterface.h47 HighsStatus deleteCols(HighsIndexCollection& index_collection);
/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/src/largeMatrix/csStorage/
H A DRowCsStorage.hpp121 void deleteCols(number_t c1, number_t c2, std::vector<real_t>& v, SymType s) in deleteCols() function in xlifepp::RowCsStorage
123 void deleteCols(number_t c1, number_t c2, std::vector<complex_t>& v, SymType s) in deleteCols() function in xlifepp::RowCsStorage
125 void deleteCols(number_t c1, number_t c2, std::vector<Matrix<real_t> >& v, SymType s) in deleteCols() function in xlifepp::RowCsStorage
127 void deleteCols(number_t c1, number_t c2, std::vector<Matrix<complex_t> >& v, SymType s) in deleteCols() function in xlifepp::RowCsStorage
H A DColCsStorage.hpp125 void deleteCols(number_t c1, number_t c2, std::vector<real_t>& v, SymType s) in deleteCols() function in xlifepp::ColCsStorage
127 void deleteCols(number_t c1, number_t c2, std::vector<complex_t>& v, SymType s) in deleteCols() function in xlifepp::ColCsStorage
129 void deleteCols(number_t c1, number_t c2, std::vector<Matrix<real_t> >& v, SymType s) in deleteCols() function in xlifepp::ColCsStorage
131 void deleteCols(number_t c1, number_t c2, std::vector<Matrix<complex_t> >& v, SymType s) in deleteCols() function in xlifepp::ColCsStorage
/dports/math/ogdf/OGDF/include/coin/
H A DClpDummyMatrix.hpp61 virtual void deleteCols(const int numDel, const int * indDel) override;
H A DClpNetworkMatrix.hpp62 virtual void deleteCols(const int numDel, const int * indDel) override;
H A DClpPlusMinusOneMatrix.hpp61 virtual void deleteCols(const int numDel, const int * indDel) override;
/dports/science/py-scipy/scipy-1.7.1/scipy/optimize/_highs/src/interfaces/
H A Dhighs_c_api.cpp473 return ((Highs*)highs)->deleteCols(from_col, to_col); in Highs_deleteColsByRange()
478 return ((Highs*)highs)->deleteCols(num_set_entries, set); in Highs_deleteColsBySet()
482 return ((Highs*)highs)->deleteCols(mask); in Highs_deleteColsByMask()
/dports/math/highs/HiGHS-cfe064e/src/interfaces/
H A Dhighs_c_api.cpp514 return ((Highs*)highs)->deleteCols(from_col, to_col); in Highs_deleteColsByRange()
519 return ((Highs*)highs)->deleteCols(num_set_entries, set); in Highs_deleteColsBySet()
523 return ((Highs*)highs)->deleteCols(mask); in Highs_deleteColsByMask()
H A DOsiHiGHSSolverInterface.hpp279 virtual void deleteCols(const int num, const int* colIndices);
/dports/math/ogdf/OGDF/src/coin/Clp/
H A DClpDummyMatrix.cpp246 void ClpDummyMatrix::deleteCols(const int , const int * ) in deleteCols() function in ClpDummyMatrix
/dports/math/osiipopt/OsiIpopt-releases-0.1-8-gc808091/src/
H A DOsiIpoptSolverInterface.hpp421 virtual void deleteCols(const int num, const int * colIndices);
/dports/math/osi/Osi-0.108.6/Osi/src/OsiXpr/
H A DOsiXprSolverInterface.hpp422 virtual void deleteCols(const int num, const int *colIndices);
/dports/math/clp/Clp-1.17.3/Osi/src/OsiXpr/
H A DOsiXprSolverInterface.hpp422 virtual void deleteCols(const int num, const int *colIndices);

123456