Home
last modified time | relevance | path

Searched defs:rowElements (Results 1 – 14 of 14) sorted by relevance

/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/plugins_unsupported/filter_poisson/src/
H A DMultiGridOctreeData.h117 MatrixEntry<float>* rowElements; variable
127 MatrixEntry<float>* rowElements; variable
/dports/math/cbc/Cbc-releases-2.10.5/Cbc/examples/
H A DsimpleBAB.cpp69 const double rowElements = { 1.0 }; in main() local
/dports/editors/libreoffice/libreoffice-7.2.6.2/toolkit/source/controls/grid/
H A Ddefaultgridcolumnmodel.cxx244 void SAL_CALL DefaultGridColumnModel::setDefaultColumns(sal_Int32 rowElements) in setDefaultColumns()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/toolkit/source/controls/grid/
H A Ddefaultgridcolumnmodel.cxx243 void SAL_CALL DefaultGridColumnModel::setDefaultColumns(sal_Int32 rowElements) in setDefaultColumns()
/dports/math/couenne/Couenne-releases-0.5.8/Couenne/src/bound_tightening/
H A DCouenneAggrProbing.cpp478 double rowElements[2] = {1.0, 1.0}; in probeVariable2() local
/dports/math/cgl/Cgl-releases-0.60.3/Cgl/src/CglZeroHalf/
H A DCglZeroHalf.cpp295 const double * rowElements = rowCopy.getElements(); in refreshSolver() local
/dports/math/cgl/Cgl-releases-0.60.3/Cgl/src/CglGomory/
H A DCglGomory.cpp131 const double * rowElements = rowCopy->getElements(); in generateCuts() local
701 const double * rowElements = rowCopy.getElements(); local
/dports/math/cgl/Cgl-releases-0.60.3/Cgl/src/CglOddHole/
H A DCglOddHole.cpp610 const double * rowElements = rowCopy->getElements(); in createRowList() local
/dports/math/cgl/Cgl-releases-0.60.3/Cgl/src/CglProbing/
H A DCglProbing.cpp391 const int *column, const double *rowElements, in tighten()
1154 const int *column, const double *rowElements, in tighten2()
2077 const double * rowElements = rowCopy->getElements(); in gutsOfGenerateCuts() local
3052 const double * rowElements = rowCopy->getElements(); in probe() local
5997 const double * rowElements = rowCopy->getElements(); in probeCliques() local
8855 double * rowElements = rowCopy_->getMutableElements(); in snapshot() local
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/SupportExt/
H A DofxsCopier.h754 int rowElements = dstPixelComponentCount * (x2 - renderWindow.x1); in fillBlackNTForDepth() local
/dports/graphics/openfx-misc/openfx-misc-3ab0531/SupportExt/
H A DofxsCopier.h754 int rowElements = dstPixelComponentCount * (x2 - renderWindow.x1); in fillBlackNTForDepth() local
/dports/math/cgl/Cgl-releases-0.60.3/Cgl/src/CglTwomir/
H A DCglTwomir.cpp165 const double * rowElements = rowCopy->getElements(); in generateCuts() local
/dports/math/cgl/Cgl-releases-0.60.3/Cgl/src/CglPreProcess/
H A DCglPreProcess.cpp2374 const double *rowElements = rowCopy->getElements(); in preProcessNonDefault() local
5501 const double *rowElements = rowCopy->getElements(); in modified() local
/dports/math/clp/Clp-1.17.3/Clp/src/
H A DAbcMatrix.cpp3601 AbcMatrix::rowElements() const function in AbcMatrix