Home
last modified time | relevance | path

Searched refs:rowInd (Results 1 – 25 of 62) sorted by relevance

123

/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/meshlabplugins/edit_referencing/
H A Dedit_referencingDialog.cpp110 int rowInd = this->ui->tableWidget->currentRow(); in on_tableWidget_itemChanged() local
113 if((rowInd == -1)||(colInd == -1)) in on_tableWidget_itemChanged()
118 this->referencingPlugin->pointID[rowInd] = item->text(); in on_tableWidget_itemChanged()
328 int rowInd = this->ui->tableWidgetDist->currentRow(); in on_tableWidgetDist_itemChanged() local
331 if ((rowInd == -1) || (colInd == -1)) in on_tableWidgetDist_itemChanged()
336 this->referencingPlugin->distanceID[rowInd] = item->text(); in on_tableWidgetDist_itemChanged()
347 this->referencingPlugin->distPointA[rowInd][0] = newDValue; in on_tableWidgetDist_itemChanged()
362 this->referencingPlugin->distPointA[rowInd][1] = newDValue; in on_tableWidgetDist_itemChanged()
377 this->referencingPlugin->distPointA[rowInd][2] = newDValue; in on_tableWidgetDist_itemChanged()
392 this->referencingPlugin->distPointB[rowInd][0] = newDValue; in on_tableWidgetDist_itemChanged()
[all …]
/dports/science/madness/madness-ebb3fd7/src/madness/external/elemental/src/core/
H A DMatrix.cpp655 const Int m = rowInd.size(); in GetSubmatrix()
680 const Int m = rowInd.size(); in GetRealPartOfSubmatrix()
705 const Int m = rowInd.size(); in GetImagPartOfSubmatrix()
760 const Int m = rowInd.size(); in SetSubmatrix()
784 const Int m = rowInd.size(); in SetRealPartOfSubmatrix()
808 const Int m = rowInd.size(); in SetImagPartOfSubmatrix()
832 const Int m = rowInd.size(); in UpdateSubmatrix()
856 const Int m = rowInd.size(); in UpdateRealPartOfSubmatrix()
881 const Int m = rowInd.size(); in UpdateImagPartOfSubmatrix()
915 buf[rowInd[i]+jSub*ld] = RealPart(buf[rowInd[i]+jSub*ld]); in MakeSubmatrixReal()
[all …]
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/meshlabplugins/edit_mutualcorrs/
H A Dedit_mutualcorrsDialog.cpp94 int rowInd = this->ui->tableWidget->currentRow(); in on_tableWidget_itemChanged() local
97 if((rowInd == -1)||(colInd == -1)) in on_tableWidget_itemChanged()
102 this->mutualcorrsPlugin->pointID[rowInd] = item->text(); in on_tableWidget_itemChanged()
113 this->mutualcorrsPlugin->modelPoints[rowInd][0] = newDValue; in on_tableWidget_itemChanged()
115 item->setText(QString::number(this->mutualcorrsPlugin->modelPoints[rowInd][0])); in on_tableWidget_itemChanged()
127 this->mutualcorrsPlugin->modelPoints[rowInd][1] = newDValue; in on_tableWidget_itemChanged()
129 item->setText(QString::number(this->mutualcorrsPlugin->modelPoints[rowInd][1])); in on_tableWidget_itemChanged()
141 this->mutualcorrsPlugin->modelPoints[rowInd][2] = newDValue; in on_tableWidget_itemChanged()
143 item->setText(QString::number(this->mutualcorrsPlugin->modelPoints[rowInd][2])); in on_tableWidget_itemChanged()
155 this->mutualcorrsPlugin->imagePoints[rowInd][0] = newDValue; in on_tableWidget_itemChanged()
[all …]
/dports/science/madness/madness-ebb3fd7/src/madness/external/elemental/include/elemental/core/
H A DMatrix.hpp105 ( const std::vector<Int>& rowInd, const std::vector<Int>& colInd,
108 ( const std::vector<Int>& rowInd, const std::vector<Int>& colInd,
111 ( const std::vector<Int>& rowInd, const std::vector<Int>& colInd,
121 ( const std::vector<Int>& rowInd, const std::vector<Int>& colInd,
124 ( const std::vector<Int>& rowInd, const std::vector<Int>& colInd,
127 ( const std::vector<Int>& rowInd, const std::vector<Int>& colInd,
131 ( const std::vector<Int>& rowInd, const std::vector<Int>& colInd,
134 ( const std::vector<Int>& rowInd, const std::vector<Int>& colInd,
137 ( const std::vector<Int>& rowInd, const std::vector<Int>& colInd,
141 ( const std::vector<Int>& rowInd, const std::vector<Int>& colInd );
[all …]
/dports/math/py-CyLP/CyLP-0.91.4/cylp/py/mip/
H A DGomoryCutGenerator.py20 def gomoryCut(lp, rowInd): argument
22 fractions = np.array([getFraction(x) for x in lp.tableau[rowInd, :]])
23 pi, pi0 = fractions[:lp.nVariables], getFraction(lp.rhs[rowInd])
54 for rowInd in range(s.nConstraints):
55 basicVarInd = bv[rowInd]
56 if basicVarInd < clpModel.nVariables and intInds[basicVarInd] and not rhsIsInt[rowInd]:
57 coef, b = gomoryCut(clpModel, rowInd)
/dports/science/hypre/hypre-2.23.0/src/FEI_mv/femli/
H A Dmli_matrix_utils.cxx142 rowInd = rowIndices[irow]; in MLI_Matrix_GetSubMatrix()
143 if ( rowInd >= startRow && rowInd < endRow ) in MLI_Matrix_GetSubMatrix()
145 hypre_ParCSRMatrixGetRow(A,rowInd,&rowLeng,&cols,NULL); in MLI_Matrix_GetSubMatrix()
147 hypre_ParCSRMatrixRestoreRow(A,rowInd,&rowLeng,&cols,NULL); in MLI_Matrix_GetSubMatrix()
155 rowInd = rowIndices[irow]; in MLI_Matrix_GetSubMatrix()
156 if ( rowInd >= startRow && rowInd < endRow ) in MLI_Matrix_GetSubMatrix()
158 hypre_ParCSRMatrixGetRow(A,rowInd,&rowLeng,&cols,NULL); in MLI_Matrix_GetSubMatrix()
161 hypre_ParCSRMatrixRestoreRow(A,rowInd,&rowLeng,&cols,NULL); in MLI_Matrix_GetSubMatrix()
177 rowInd = myRowIndices[irow]; in MLI_Matrix_GetSubMatrix()
178 if ( rowInd >= startRow && rowInd < endRow ) in MLI_Matrix_GetSubMatrix()
[all …]
/dports/science/madness/madness-ebb3fd7/src/madness/external/elemental/include/elemental/core/DistMatrix/
H A DAbstract.hpp204 ( const std::vector<Int>& rowInd, const std::vector<Int>& colInd,
207 ( const std::vector<Int>& rowInd, const std::vector<Int>& colInd,
210 ( const std::vector<Int>& rowInd, const std::vector<Int>& colInd,
221 ( const std::vector<Int>& rowInd, const std::vector<Int>& colInd,
224 ( const std::vector<Int>& rowInd, const std::vector<Int>& colInd,
227 ( const std::vector<Int>& rowInd, const std::vector<Int>& colInd,
231 ( const std::vector<Int>& rowInd, const std::vector<Int>& colInd,
234 ( const std::vector<Int>& rowInd, const std::vector<Int>& colInd,
237 ( const std::vector<Int>& rowInd, const std::vector<Int>& colInd,
241 ( const std::vector<Int>& rowInd, const std::vector<Int>& colInd );
[all …]
/dports/science/madness/madness-ebb3fd7/src/madness/external/elemental/src/core/DistMatrix/
H A DAbstract.cpp1098 const Int m = rowInd.size(); in GetSubmatrix()
1137 const Int m = rowInd.size(); in GetRealPartOfSubmatrix()
1177 const Int m = rowInd.size(); in GetImagPartOfSubmatrix()
1250 const Int m = rowInd.size(); in SetSubmatrix()
1282 const Int m = rowInd.size(); in SetRealPartOfSubmatrix()
1315 const Int m = rowInd.size(); in SetImagPartOfSubmatrix()
1348 const Int m = rowInd.size(); in UpdateSubmatrix()
1381 const Int m = rowInd.size(); in UpdateRealPartOfSubmatrix()
1414 const Int m = rowInd.size(); in UpdateImagPartOfSubmatrix()
1446 const Int m = rowInd.size(); in MakeSubmatrixReal()
[all …]
/dports/science/madness/madness-ebb3fd7/src/madness/external/elemental/include/elemental/core/BlockDistMatrix/
H A DAbstract.hpp223 ( const std::vector<Int>& rowInd, const std::vector<Int>& colInd,
226 ( const std::vector<Int>& rowInd, const std::vector<Int>& colInd,
229 ( const std::vector<Int>& rowInd, const std::vector<Int>& colInd,
239 ( const std::vector<Int>& rowInd, const std::vector<Int>& colInd,
242 ( const std::vector<Int>& rowInd, const std::vector<Int>& colInd,
245 ( const std::vector<Int>& rowInd, const std::vector<Int>& colInd,
249 ( const std::vector<Int>& rowInd, const std::vector<Int>& colInd,
252 ( const std::vector<Int>& rowInd, const std::vector<Int>& colInd,
255 ( const std::vector<Int>& rowInd, const std::vector<Int>& colInd,
259 ( const std::vector<Int>& rowInd, const std::vector<Int>& colInd );
[all …]
/dports/science/madness/madness-ebb3fd7/src/madness/external/elemental/src/core/BlockDistMatrix/
H A DAbstract.cpp1224 const Int m = rowInd.size(); in GetSubmatrix()
1263 const Int m = rowInd.size(); in GetRealPartOfSubmatrix()
1303 const Int m = rowInd.size(); in GetImagPartOfSubmatrix()
1376 const Int m = rowInd.size(); in SetSubmatrix()
1408 const Int m = rowInd.size(); in SetRealPartOfSubmatrix()
1441 const Int m = rowInd.size(); in SetImagPartOfSubmatrix()
1474 const Int m = rowInd.size(); in UpdateSubmatrix()
1507 const Int m = rowInd.size(); in UpdateRealPartOfSubmatrix()
1540 const Int m = rowInd.size(); in UpdateImagPartOfSubmatrix()
1572 const Int m = rowInd.size(); in MakeSubmatrixReal()
[all …]
/dports/math/couenne/Couenne-releases-0.5.8/Couenne/src/cut/sdpcuts/
H A DCouenneSdpCuts.cpp138 int rowInd = rowIt -> first; in CouenneSdpCuts() local
150 if (rowInd <= *vniIt) { in CouenneSdpCuts()
155 …if (rowInd == *vniIt) image = new exprPow (new exprClone (problem_ -> Var (rowInd)), new exprConst… in CouenneSdpCuts()
156 …else image = new exprMul (new exprClone (problem_ -> Var (rowInd)), new exprClone… in CouenneSdpCuts()
169 (*i) -> add_element (rowInd, *vniIt, yIJ); in CouenneSdpCuts()
170 (*i) -> add_element (*vniIt, rowInd, yIJ); in CouenneSdpCuts()
/dports/biology/ugene/ugene-40.1/src/plugins/workflow_designer/src/
H A DSchemaAliasesConfigurationDialogImpl.cpp135 int rowInd = 0; in sl_procSelected() local
139 paramAliasesTableWidget->insertRow(rowInd); in sl_procSelected()
142 paramAliasesTableWidget->setItem(rowInd, 0, paramNameItem); in sl_procSelected()
147 paramAliasesTableWidget->setItem(rowInd, 1, aliasItem); in sl_procSelected()
150 paramAliasesTableWidget->setItem(rowInd, 2, helpItem); in sl_procSelected()
153 rowInd++; in sl_procSelected()
H A DPortAliasesConfigurationDialog.cpp99 int rowInd = 0; in sl_portSelected() local
103 portAliasesTableWidget->insertRow(rowInd); in sl_portSelected()
106 portAliasesTableWidget->setItem(rowInd, 0, portNameItem); in sl_portSelected()
111 portAliasesTableWidget->setItem(rowInd, 1, aliasItem); in sl_portSelected()
113 rowInd++; in sl_portSelected()
/dports/science/hypre/hypre-2.23.0/src/FEI_mv/fei-hypre/
H A DLLNL_FEI_Fei.cxx1580 if ( rowInd >= nLocal ) rowInd += numCRMult_; in buildGlobalMatrixVector()
1713 if ( rowInd >= nLocal ) rowInd += numCRMult_; in buildGlobalMatrixVector()
1728 if ( rowInd >= nLocal ) rowInd += numCRMult_; in buildGlobalMatrixVector()
1763 if ( rowInd >= nLocal ) rowInd += numCRMult_; in buildGlobalMatrixVector()
2148 if (rowInd != iD && rowInd >= 0) in buildGlobalMatrixVector()
2151 iD3<TdiagIA[rowInd]+diagCounts[rowInd]; iD3++) in buildGlobalMatrixVector()
2174 if (rowInd != iD && rowInd >= 0) in buildGlobalMatrixVector()
2243 iD2<TdiagIA[rowInd]+diagCounts[rowInd];iD2++) in buildGlobalMatrixVector()
2261 iD2<ToffdIA[rowInd]+offdCounts[rowInd]; iD2++) in buildGlobalMatrixVector()
2280 iD2<TdiagIA[rowInd]+diagCounts[rowInd]; iD2++) in buildGlobalMatrixVector()
[all …]
H A DLLNL_FEI_Matrix.cxx460 int rowInd, matDim; in printMatrix() local
501 rowInd = extColMap_[iD-localNRows_] + 1; in printMatrix()
510 rowInd = extColMap_[iD-localNRows_] + 1; in printMatrix()
519 rowInd = extColMap_[iD-localNRows_] + 1; in printMatrix()
800 rowInd = sendProcIndices_[offset+iN]; in exchangeSubMatrices()
805 diagRowLengs[rowInd]++; in exchangeSubMatrices()
806 else offdRowLengs[rowInd]++; in exchangeSubMatrices()
874 rowInd = sendProcIndices_[offset+iN]; in exchangeSubMatrices()
880 TdiagJA[TdiagIA[rowInd]] = index - rowStart; in exchangeSubMatrices()
881 TdiagAA[TdiagIA[rowInd]++] = dRecvBufs[iP][count]; in exchangeSubMatrices()
[all …]
H A DFEI_HYPRE_Impl.cxx2217 rowInd = TdiagJA[iD2]; in buildGlobalMatrixVector()
2218 if ( rowInd != iD && rowInd >= 0 ) in buildGlobalMatrixVector()
2221 iD3<TdiagIA[rowInd]+diagCounts[rowInd]; iD3++) in buildGlobalMatrixVector()
2244 if ( rowInd != iD && rowInd >= 0 ) in buildGlobalMatrixVector()
2247 iD3<TdiagIA[rowInd]+diagCounts[rowInd]; iD3++) in buildGlobalMatrixVector()
2270 rowInd = TdiagJA[iD2]; in buildGlobalMatrixVector()
2271 if ( rowInd == iD ) in buildGlobalMatrixVector()
2303 if ( rowInd >= 0 ) in buildGlobalMatrixVector()
2306 iD3<ToffdIA[rowInd]+offdCounts[rowInd]; iD3++) in buildGlobalMatrixVector()
2320 if ( rowInd != iD && rowInd >= 0 ) in buildGlobalMatrixVector()
[all …]
H A DLLNL_FEI_Impl.cxx134 int i, j, rowInd, one=1, iter, mypid; in solve() local
172 rowInd = offsets[mypid] + i; in solve()
173 lscPtr_->putIntoSystemMatrix(one, &rowInd, rowSize, in solve()
/dports/textproc/R-cran-openxlsx/openxlsx/src/
H A Dwrite_file.cpp126 SEXP buildMatrixNumeric(CharacterVector v, IntegerVector rowInd, IntegerVector colInd, in buildMatrixNumeric() argument
133 rowInd = rowInd[!isNA_element]; in buildMatrixNumeric()
143 m(rowInd[i], colInd[i]) = atof(v[i]); in buildMatrixNumeric()
167 IntegerVector rowInd, in buildMatrixMixed() argument
198 m(rowInd[i], colInd[i]) = v[i]; in buildMatrixMixed()
/dports/textproc/R-cran-openxlsx/openxlsx/R/
H A DRcppExports.R125 buildMatrixNumeric <- function(v, rowInd, colInd, colNames, nRows, nCols) { argument
126 .Call(`_openxlsx_buildMatrixNumeric`, v, rowInd, colInd, colNames, nRows, nCols)
129 buildMatrixMixed <- function(v, rowInd, colInd, colNames, nRows, nCols, charCols, dateCols) { argument
130 … .Call(`_openxlsx_buildMatrixMixed`, v, rowInd, colInd, colNames, nRows, nCols, charCols, dateCols)
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/plugins_unsupported/fgt/filter_waffle/
H A Dexport_svg.h175 int rowInd = meshIndex / pro.numCol; in WriteXmlBody() local
180 … pro.marginCm[0]+colInd*(pro.sizeCm[0]+pro.marginCm[0]), pro.marginCm[1]+rowInd*(pro.sizeCm[1]+pro… in WriteXmlBody()
183 …pro.marginCm[0]+colInd*(pro.sizeCm[0]+pro.marginCm[0]), pro.marginCm[1]+rowInd*(pro.sizeCm[1]+pro.… in WriteXmlBody()
213 … pro.marginCm[0]+colInd*(pro.sizeCm[0]+pro.marginCm[0]), pro.marginCm[1]+rowInd*(pro.sizeCm[1]+pro… in WriteXmlBody()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/common/
H A Dgrid_tricks.cpp403 for( unsigned int rowInd = 0; rowInd < rowSel.GetCount(); rowInd++ ) in onKeyDown() local
405 retVal |= toggleCell( rowSel[rowInd], 0, true ); in onKeyDown()
445 for( unsigned int rowInd = 0; rowInd < rowSel.GetCount(); rowInd++ ) in onKeyDown() local
449 retVal |= toggleCell( rowSel[rowInd], col, true ); in onKeyDown()
/dports/math/octave-forge-nnet/nnet/inst/
H A D__rerangecolumns.m84 [rowInd, colInd] = find(matrix(i,:)==minVal);# colInd is searched
90 [rowInd, colInd] = find(matrix(i,:)==maxVal);# colInd is searched
102 [rowInd, colInd] = find(matrix(i,:)==minVal);# colInd is searched
109 [rowInd, colInd] = find(matrix(i,:) == maxVal);# colInd is searched
118 [rowInd, colInd] = find(matrix(i,:)==0);# colInd is searched
123 [rowInd, colInd] = find(matrix(i,:)==1);# colInd is searched
/dports/graphics/wdune/wdune-1.926/vcglib/wrap/io_edgemesh/
H A Dexport_svg.h170 int rowInd = meshIndex / pro.numCol; in WriteXmlBody() local
175 … pro.marginCm[0]+colInd*(pro.sizeCm[0]+pro.marginCm[0]), pro.marginCm[1]+rowInd*(pro.sizeCm[1]+pro… in WriteXmlBody()
178 …pro.marginCm[0]+colInd*(pro.sizeCm[0]+pro.marginCm[0]), pro.marginCm[1]+rowInd*(pro.sizeCm[1]+pro.… in WriteXmlBody()
/dports/devel/vcglib/vcglib-2020.09/wrap/io_edgemesh/
H A Dexport_svg.h174 int rowInd = meshIndex / pro.numCol; in WriteXmlBody() local
179 … pro.marginCm[0]+colInd*(pro.sizeCm[0]+pro.marginCm[0]), pro.marginCm[1]+rowInd*(pro.sizeCm[1]+pro… in WriteXmlBody()
182 …pro.marginCm[0]+colInd*(pro.sizeCm[0]+pro.marginCm[0]), pro.marginCm[1]+rowInd*(pro.sizeCm[1]+pro.… in WriteXmlBody()
/dports/net-im/chatterino2/chatterino2-2.3.4/src/widgets/dialogs/
H A DColorPickerDialog.cpp219 const int rowInd = (ind / RECENT_COLORS_PER_ROW) + 1; in initRecentColors() local
222 grid->addWidget(button, rowInd, columnInd); in initRecentColors()
253 const int rowInd = (ind / DEFAULT_COLORS_PER_ROW) + 1; in initDefaultColors() local
256 grid->addWidget(button, rowInd, columnInd); in initDefaultColors()

123