Home
last modified time | relevance | path

Searched refs:colInd (Results 1 – 25 of 95) sorted by relevance

1234

/dports/science/hypre/hypre-2.23.0/src/FEI_mv/fei-hypre/
H A Dhypre_slide_reduce.cxx402 colInd = colInd2; in buildSlideReducedSystemPartA()
589 colIndex = colInd[j]; in buildSlideReducedSystemPartB()
893 colIndex = colInd[j]; in buildSlideReducedSystemPartB()
973 colIndex = colInd[j]; in buildSlideReducedSystemPartB()
1368 if ( colInd[i] < 0 ) in buildSlideReducedSystemPartC()
1371 colInd[i]); in buildSlideReducedSystemPartC()
1389 delete [] colInd; in buildSlideReducedSystemPartC()
2659 if ( colInd[i] < 0 ) in buildSlideReducedSystem2()
2662 colInd[i]); in buildSlideReducedSystem2()
2679 delete [] colInd; in buildSlideReducedSystem2()
[all …]
H A DHYPRE_SlideReduction.cxx1003 delete [] colInd; in findSlaveEqnsBlock()
1424 colIndex = colInd[jcol]; in buildSubMatrices()
1462 colIndex = colInd[jcol]; in buildSubMatrices()
1527 colIndex = colInd[jcol]; in buildSubMatrices()
1559 colIndex = colInd[jcol]; in buildSubMatrices()
2504 colIndex = colInd[jcol]; in buildA21Mat()
2639 colIndex = colInd[jcol]; in buildA21Mat()
2811 colIndex = colInd[jcol]; in buildInvA22Mat()
3010 colIndex = colInd[jcol]; in buildInvA22Mat()
3587 colInd = new int[maxRowLeng]; in scaleMatrixVector()
[all …]
H A Dhypre_schur_reduce.cxx124 colIndex = colInd[j]; in buildSchurReducedSystem()
161 colIndex = colInd[j]; in buildSchurReducedSystem()
285 colIndex = colInd[j]; in buildSchurReducedSystem()
324 colIndex = colInd[j]; in buildSchurReducedSystem()
455 colIndex = colInd[j]; in buildSchurReducedSystem()
569 colIndex = colInd[j]; in buildSchurReducedSystem()
604 colIndex = colInd[j]; in buildSchurReducedSystem()
1435 colIndex = colInd[j]; in buildSchurReducedSystem2()
1524 colIndex = colInd[j]; in buildSchurReducedSystem2()
1690 colIndex = colInd[j]; in buildSchurReducedSystem2()
[all …]
H A DHYPRE_LSI_schur.cxx90 int j, rowSize, *colInd, *dispArray, index, globalNrows, count; in computeBlockInfo() local
527 int j, irow, mypid, nprocs, rowSize, *colInd, one=1; in setup() local
602 HYPRE_ParCSRMatrixGetRow(RAP_csr,irow,&rowSize,&colInd,NULL); in setup()
609 for (j = 0; j < rowSize; j++) newColInd[j] = colInd[j]; in setup()
637 HYPRE_ParCSRMatrixGetRow(RAP_csr,irow,&rowSize,&colInd,&colVal); in setup()
645 newColInd[j] = colInd[j]; in setup()
657 newColInd[j] = colInd[j]; in setup()
730 int rowSize, *colInd; in computeRHS() local
895 int mypid, irow, j, nnz, V2Leng, V2Start, rowSize, *colInd; in print() local
911 HYPRE_ParCSRMatrixGetRow(S_csr,irow,&rowSize,&colInd,&colVal); in print()
[all …]
H A DHYPRE_LSI_mlmaxwell.c189 colInd = Amat->colnum; in ML_MatVec()
203 k = colInd[j]; in ML_MatVec()
231 int nRows, *rowptr, *colInd; in ML_GetRow() local
241 colInd = Amat->colnum; in ML_GetRow()
256 columns[ncnt] = colInd[colindex]; in ML_GetRow()
711 int rowLeng, *colInd, startRow, endRow, localEqns; in HYPRE_LSI_MLConstructMLMatrix() local
749 HYPRE_ParCSRMatrixGetRow(A, i, &rowLeng, &colInd, &colVal); in HYPRE_LSI_MLConstructMLMatrix()
752 if (colInd[j] < startRow || colInd[j] > endRow) in HYPRE_LSI_MLConstructMLMatrix()
779 HYPRE_ParCSRMatrixGetRow(A, i, &rowLeng, &colInd, &colVal); in HYPRE_LSI_MLConstructMLMatrix()
782 if (colInd[j] < startRow || colInd[j] > endRow) in HYPRE_LSI_MLConstructMLMatrix()
[all …]
/dports/math/octave-forge-nnet/nnet/inst/
H A D__rerangecolumns.m84 [rowInd, colInd] = find(matrix(i,:)==minVal);# colInd is searched
85 if (colInd >= nTrainSets ) # move column
86 matrix = __copycoltopos1(matrix,colInd);
90 [rowInd, colInd] = find(matrix(i,:)==maxVal);# colInd is searched
91 if (colInd >= nTrainSets ) # move column
92 matrix = __copycoltopos1(matrix,colInd);
102 [rowInd, colInd] = find(matrix(i,:)==minVal);# colInd is searched
104 matrix = __copycoltopos1(matrix,colInd(1));
109 [rowInd, colInd] = find(matrix(i,:) == maxVal);# colInd is searched
118 [rowInd, colInd] = find(matrix(i,:)==0);# colInd is searched
[all …]
/dports/science/madness/madness-ebb3fd7/src/madness/external/elemental/src/core/
H A DMatrix.cpp656 const Int n = colInd.size(); in GetSubmatrix()
681 const Int n = colInd.size(); in GetRealPartOfSubmatrix()
706 const Int n = colInd.size(); in GetImagPartOfSubmatrix()
761 const Int n = colInd.size(); in SetSubmatrix()
785 const Int n = colInd.size(); in SetRealPartOfSubmatrix()
809 const Int n = colInd.size(); in SetImagPartOfSubmatrix()
833 const Int n = colInd.size(); in UpdateSubmatrix()
857 const Int n = colInd.size(); in UpdateRealPartOfSubmatrix()
882 const Int n = colInd.size(); in UpdateImagPartOfSubmatrix()
906 const Int n = colInd.size(); in MakeSubmatrixReal()
[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/graphics/ampasCTL/CTL-57b48a2/lib/IlmCtlMath/
H A DCtlRbfInterpolator.cpp150 colInd.push_back (0); in RbfInterpolator()
152 colInd.push_back (1); in RbfInterpolator()
154 colInd.push_back (2); in RbfInterpolator()
156 colInd.push_back (3); in RbfInterpolator()
163 colInd.push_back (4); in RbfInterpolator()
165 colInd.push_back (5); in RbfInterpolator()
167 colInd.push_back (6); in RbfInterpolator()
169 colInd.push_back (7); in RbfInterpolator()
176 colInd.push_back (8); in RbfInterpolator()
178 colInd.push_back (9); in RbfInterpolator()
[all …]
/dports/databases/phpmyadmin5/phpMyAdmin-5.1.2-all-languages/libraries/classes/Database/
H A DQbe.php524 for ($colInd = 0; $colInd < $this->criteriaColumnCount; $colInd++) {
526 && isset($this->criteriaColumnInsert[$colInd])
537 && isset($this->criteriaColumnDelete[$colInd])
544 if (! empty($_POST['criteriaAlias'][$colInd])) {
547 = $_POST['criteriaAlias'][$colInd];
572 for ($colInd = 0; $colInd < $this->criteriaColumnCount; $colInd++) {
589 if (isset($_POST['criteriaSort'][$colInd], $_POST['criteriaColumn'][$colInd])
592 $_POST['criteriaSort'][$colInd] = '';
596 if (isset($_POST['criteriaSort'][$colInd])) {
598 = $_POST['criteriaSort'][$colInd];
[all …]
/dports/databases/phpmyadmin/phpMyAdmin-4.9.7-all-languages/libraries/classes/Database/
H A DQbe.php506 $colInd = 0;
507 $colInd < $this->_criteria_column_count;
508 $colInd++
558 $colInd = 0;
559 $colInd < $this->_criteria_column_count;
560 $colInd++
578 if (isset($_POST['criteriaSort'][$colInd])
582 $_POST['criteriaSort'][$colInd] = '';
620 $colInd = 0;
621 $colInd < $this->_criteria_column_count;
[all …]
/dports/math/bonmin/Bonmin-releases-1.8.8/Bonmin/experimental/Bcp/
H A DBM_lp_branch.cpp337 branchData[b].colInd = colInd; in collect_branch_data()
349 branchData[b].colInd = colInd; in collect_branch_data()
367 branchData[b].colInd = colInd; in collect_branch_data()
378 branchData[b].colInd = colInd; in collect_branch_data()
618 const int colInd = sbres.colInd; in process_SB_results() local
619 solver->setColLower(colInd, ceil(branchInfo.solution_[colInd])); in process_SB_results()
624 const int colInd = sbres.colInd; in process_SB_results() local
625 solver->setColUpper(colInd, floor(branchInfo.solution_[colInd])); in process_SB_results()
639 const int colInd = sbres.colInd; in process_SB_results() local
640 solver->setColLower(colInd, ceil(branchInfo.solution_[colInd] - 0.5)); in process_SB_results()
[all …]
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/meshlabplugins/edit_referencing/
H A Dedit_referencingDialog.cpp113 if((rowInd == -1)||(colInd == -1)) in on_tableWidget_itemChanged()
123 if(colInd == 2) //check numerical value in on_tableWidget_itemChanged()
137 if(colInd == 3) //check numerical value in on_tableWidget_itemChanged()
331 if ((rowInd == -1) || (colInd == -1)) in on_tableWidgetDist_itemChanged()
341 if (colInd == 2) //check numerical value in on_tableWidgetDist_itemChanged()
356 if (colInd == 3) //check numerical value in on_tableWidgetDist_itemChanged()
371 if (colInd == 4) //check numerical value in on_tableWidgetDist_itemChanged()
386 if (colInd == 5) //check numerical value in on_tableWidgetDist_itemChanged()
401 if (colInd == 6) //check numerical value in on_tableWidgetDist_itemChanged()
416 if (colInd == 7) //check numerical value in on_tableWidgetDist_itemChanged()
[all …]
/dports/science/hypre/hypre-2.23.0/src/FEI_mv/femli/
H A Ddriver_matrix.cxx160 int mypid, nprocs, localNRows=10, length=7, *rowSizes, *colInd; in GenTridiagMatrix() local
181 colInd = new int[length]; in GenTridiagMatrix()
189 colInd[irow2] = rowIndex - length/2 + ii; in GenTridiagMatrix()
191 if ( colInd[irow2] == rowIndex ) colVal[irow2] = 10.0; in GenTridiagMatrix()
192 if ( colInd[irow2] >= 0 && colInd[irow2] < globalNRows ) irow2++; in GenTridiagMatrix()
195 (const int *) colInd, (const double *) colVal ); in GenTridiagMatrix()
198 delete [] colInd; in GenTridiagMatrix()
H A Dmli_method_amgrs.cxx515 colInd = k + startRow; in setup()
1013 if (SDiagJ[kcol] == colInd) in performCR()
1015 indepSet[colInd] = -1; in performCR()
1022 for (kcol=SDiagI[colInd]; kcol < SDiagI[colInd+1]; kcol++) in performCR()
1067 for (kcol=SDiagI[colInd]; kcol < SDiagI[colInd+1]; kcol++) in performCR()
1328 for (kcol=SDiagI[colInd];kcol<SDiagI[colInd+1];kcol++) in performCR()
1362 colInd = ADiagJ[jcol]; in performCR()
1375 for (kcol=SDiagI[colInd];kcol<SDiagI[colInd+1];kcol++) in performCR()
1501 if (colInd[jcol] == rowIndex) in createPmat()
1510 if (colInd[jcol] != rowIndex && in createPmat()
[all …]
H A Dmli_solver_bjacobi.cxx440 int totalRecvs, rowNum, rowSize, *colInd, *sendStarts; in composeOverlappedMatrix() local
515 hypre_ParCSRMatrixGetRow(A,rowNum,&rowSize,&colInd,NULL); in composeOverlappedMatrix()
518 hypre_ParCSRMatrixRestoreRow(A,rowNum,&rowSize,&colInd,NULL); in composeOverlappedMatrix()
564 hypre_ParCSRMatrixGetRow(A,rowNum,&rowSize,&colInd,NULL); in composeOverlappedMatrix()
566 iSendBuf[totalSendNnz++] = colInd[k]; in composeOverlappedMatrix()
759 colIndex = colInd[jcol]; in buildBlocks()
771 colInd = &(offCols_[offRowNnz]); in buildBlocks()
775 colIndex = colInd[jcol]; in buildBlocks()
812 colIndex = colInd[jcol] - blockStartRow; in buildBlocks()
824 colInd = &(offCols_[offRowNnz]); in buildBlocks()
[all …]
/dports/math/couenne/Couenne-releases-0.5.8/Couenne/src/disjunctive/
H A DdisjCut.cpp254 int *colInd = NULL, nnzCut = 0; in generateDisjCuts() local
313 colInd = new int [2 * (nnzCut + 2)]; in generateDisjCuts()
318 CoinCopyN (indices, nnzCut, colInd); in generateDisjCuts()
319 colInd [nnzCut] = 2*n; colCoe [nnzCut] = AlphaBeta [n]; in generateDisjCuts()
320 colInd [nnzCut+1] = 2*n+2; colCoe [nnzCut+1] = 1; // entry in norm constraint in generateDisjCuts()
324 CoinCopyDisp (indices, nnzCut, colInd + nnzCut + 2, n); in generateDisjCuts()
325 colInd [2*nnzCut + 2] = 2*n+1; colCoe [2*nnzCut+2] = AlphaBeta [n]; in generateDisjCuts()
326 colInd [2*nnzCut + 3] = 2*n+2; colCoe [2*nnzCut+3] = 1.; // entry in norm constraint in generateDisjCuts()
339 colInd, // const int* rows, in generateDisjCuts()
346 delete [] colInd; in generateDisjCuts()
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/meshlabplugins/edit_mutualcorrs/
H A Dedit_mutualcorrsDialog.cpp95 int colInd = this->ui->tableWidget->currentColumn(); in on_tableWidget_itemChanged() local
97 if((rowInd == -1)||(colInd == -1)) in on_tableWidget_itemChanged()
100 if(colInd == 1) // id is just a text, just transfer it in on_tableWidget_itemChanged()
107 if(colInd == 2) //check numerical value in on_tableWidget_itemChanged()
121 if(colInd == 3) //check numerical value in on_tableWidget_itemChanged()
135 if(colInd == 4) //check numerical value in on_tableWidget_itemChanged()
149 if(colInd == 5) //check numerical value in on_tableWidget_itemChanged()
163 if(colInd == 6) //check numerical value in on_tableWidget_itemChanged()
/dports/math/bcps/CHiPPS-BiCePS-releases-0.99.2/Bcps/examples/Blis/
H A DBlisBranchStrategyRel.cpp93 int i, pass, colInd; in createCandBranchObjects() local
321 colInd = firstObjects[i]->columnIndex(); in createCandBranchObjects()
323 lpX = saveSolution[colInd]; in createCandBranchObjects()
325 BlisStrongBranch(model, objValue, colInd, lpX, in createCandBranchObjects()
336 lbInd[numLowerTightens] = colInd; in createCandBranchObjects()
342 ubInd[numUpperTightens] = colInd; in createCandBranchObjects()
430 colInd = intObject->columnIndex(); in createCandBranchObjects()
433 std::cout << "col[" << colInd << "]: " in createCandBranchObjects()
448 lpX = saveSolution[colInd]; in createCandBranchObjects()
450 BlisStrongBranch(model, objValue, colInd, lpX, in createCandBranchObjects()
/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/math/py-CyLP/CyLP-0.91.4/cylp/py/pivots/
H A DWolfePivot.py70 colInd = s.sequenceIn()
75 colInd = s.sequenceIn()
77 if s.CLP_getVarStatus(cl[colInd]) == 1 and \
78 cl[colInd] != leavingVarIndex:
84 self.notBanned[colInd] = False
/dports/science/madness/madness-ebb3fd7/src/madness/external/elemental/src/core/DistMatrix/
H A DAbstract.cpp1099 const Int n = colInd.size(); in GetSubmatrix()
1138 const Int n = colInd.size(); in GetRealPartOfSubmatrix()
1178 const Int n = colInd.size(); in GetImagPartOfSubmatrix()
1251 const Int n = colInd.size(); in SetSubmatrix()
1283 const Int n = colInd.size(); in SetRealPartOfSubmatrix()
1316 const Int n = colInd.size(); in SetImagPartOfSubmatrix()
1349 const Int n = colInd.size(); in UpdateSubmatrix()
1382 const Int n = colInd.size(); in UpdateRealPartOfSubmatrix()
1415 const Int n = colInd.size(); in UpdateImagPartOfSubmatrix()
1447 const Int n = colInd.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/opensim-core/opensim-core-4.1/OpenSim/Common/
H A DTableSource.h187 const auto colInd = in getColumnAtTime() local
191 return _table.getMatrix().getElt(0, colInd); in getColumnAtTime()
195 getElt(static_cast<int>(timeCol.size() - 1), colInd); in getColumnAtTime()
199 getElt(static_cast<int>(lb - timeCol.begin()), colInd); in getColumnAtTime()
206 colInd); in getColumnAtTime()
210 colInd); in getColumnAtTime()
/dports/science/madness/madness-ebb3fd7/src/madness/external/elemental/src/core/BlockDistMatrix/
H A DAbstract.cpp1225 const Int n = colInd.size(); in GetSubmatrix()
1264 const Int n = colInd.size(); in GetRealPartOfSubmatrix()
1304 const Int n = colInd.size(); in GetImagPartOfSubmatrix()
1377 const Int n = colInd.size(); in SetSubmatrix()
1409 const Int n = colInd.size(); in SetRealPartOfSubmatrix()
1442 const Int n = colInd.size(); in SetImagPartOfSubmatrix()
1475 const Int n = colInd.size(); in UpdateSubmatrix()
1508 const Int n = colInd.size(); in UpdateRealPartOfSubmatrix()
1541 const Int n = colInd.size(); in UpdateImagPartOfSubmatrix()
1573 const Int n = colInd.size(); in MakeSubmatrixReal()
[all …]

1234