Home
last modified time | relevance | path

Searched refs:rowLengths (Results 1 – 25 of 67) sorted by relevance

123

/dports/science/hypre/hypre-2.23.0/src/FEI_mv/fei-hypre/
H A Dml_maxwell.cxx59 int *rowLengths, **colIndices; in fei_hypre_test() local
81 rowLengths = new int[nrows]; in fei_hypre_test()
86 rowLengths[i] = ncnt; in fei_hypre_test()
91 H.allocateMatrix(colIndices, rowLengths); in fei_hypre_test()
92 delete [] rowLengths; in fei_hypre_test()
114 rowLengths = new int[nrows]; in fei_hypre_test()
119 rowLengths[i] = ncnt; in fei_hypre_test()
124 G.allocateMatrix(colIndices, rowLengths); in fei_hypre_test()
125 delete [] rowLengths; in fei_hypre_test()
H A Ddriver.C63 int *rowLengths, **colIndices, blksize=1, *list, prec; in fei_hypre_test() local
126 rowLengths = new int[local_nrows]; in fei_hypre_test()
131 rowLengths[i-mybegin] = ncnt; in fei_hypre_test()
137 H.allocateMatrix(colIndices, rowLengths); in fei_hypre_test()
141 delete [] rowLengths; in fei_hypre_test()
304 int local_nrows, eqnNum, *rowLengths, **colIndices; in fei_hypre_domaindecomposition() local
378 rowLengths = new int[local_nrows]; in fei_hypre_domaindecomposition()
383 rowLengths[i-myBegin] = ncnt; in fei_hypre_domaindecomposition()
389 H.allocateMatrix(colIndices, rowLengths); in fei_hypre_domaindecomposition()
393 delete [] rowLengths; in fei_hypre_domaindecomposition()
H A Ddriver.cxx63 int *rowLengths, **colIndices, blksize=1, *list, prec; in fei_hypre_test() local
126 rowLengths = new int[local_nrows]; in fei_hypre_test()
131 rowLengths[i-mybegin] = ncnt; in fei_hypre_test()
137 H.allocateMatrix(colIndices, rowLengths); in fei_hypre_test()
141 delete [] rowLengths; in fei_hypre_test()
304 int local_nrows, eqnNum, *rowLengths, **colIndices; in fei_hypre_domaindecomposition() local
378 rowLengths = new int[local_nrows]; in fei_hypre_domaindecomposition()
383 rowLengths[i-myBegin] = ncnt; in fei_hypre_domaindecomposition()
389 H.allocateMatrix(colIndices, rowLengths); in fei_hypre_domaindecomposition()
393 delete [] rowLengths; in fei_hypre_domaindecomposition()
H A Dhypre_lsi_ddamg.c891 int *colInd, *newColInd, rowCnt, eqnNum, *rowLengths; in HYPRE_LSI_DDAMGSolve() local
956 rowLengths = hypre_TAlloc(int, interior_nrows , HYPRE_MEMORY_HOST); in HYPRE_LSI_DDAMGSolve()
965 rowLengths[rowCnt] = 0; in HYPRE_LSI_DDAMGSolve()
971 if (remap_array[colInd[j]-myBegin] >= 0) rowLengths[rowCnt]++; in HYPRE_LSI_DDAMGSolve()
975 nnz += rowLengths[rowCnt]; in HYPRE_LSI_DDAMGSolve()
976 maxRowSize = (rowLengths[rowCnt] > maxRowSize) ? in HYPRE_LSI_DDAMGSolve()
977 rowLengths[rowCnt] : maxRowSize; in HYPRE_LSI_DDAMGSolve()
982 HYPRE_IJMatrixSetRowSizes(localA, rowLengths); in HYPRE_LSI_DDAMGSolve()
H A Dhypre_lsi_misc.c619 int HYPRE_LSI_PartitionMatrix( int nRows, int startRow, int *rowLengths, in HYPRE_LSI_PartitionMatrix() argument
633 for ( jcol = 0; jcol < rowLengths[irow]; jcol++ ) in HYPRE_LSI_PartitionMatrix()
636 if ( jcol != rowLengths[irow] ) break; in HYPRE_LSI_PartitionMatrix()
664 for ( jcol = 0; jcol < rowLengths[root]; jcol++ ) in HYPRE_LSI_PartitionMatrix()
677 for ( jcol = 0; jcol < rowLengths[root]; jcol++ ) in HYPRE_LSI_PartitionMatrix()
/dports/math/osi/Osi-0.108.6/CoinUtils/src/
H A DCoinPresolveSubst.cpp272 int *rowLengths = prob->hinrow_; in presolve() local
329 const int tgtrow_len = rowLengths[tgtrow]; in presolve()
361 if (rowLengths[i] < 2 || prob->rowUsed(i)) { in presolve()
427 ntotels += rowLengths[i]; in presolve()
464 ap->ninrowxs[ndx] = rowLengths[i]; in presolve()
472 ntotels += rowLengths[i]; in presolve()
529 CoinBigIndex kre = krs + rowLengths[i]; in presolve()
557 kre = krs + rowLengths[i]; in presolve()
559 tgtre = tgtrs + rowLengths[tgtrow]; in presolve()
636 nzerocols += rowLengths[tgtrow]; in presolve()
[all …]
H A DCoinPresolveImpliedFree.cpp144 int *rowLengths = prob->hinrow_; local
244 if (rowLengths[i] > 1)
253 CoinBigIndex rEnd = rStart + rowLengths[i];
337 singletonRow = (rowLengths[i] == 1);
349 if (rowLengths[i] == 1) {
396 const int leni = rowLengths[i];
687 const int tgtrow_len = rowLengths[tgtrow];
798 rowLengths[tgtrow] = 0;
837 int *rowLengths = prob->hinrow_; local
945 ntotels += rowLengths[i];
[all …]
H A DCoinPresolveUseless.cpp71 const int *rowLengths = prob->hinrow_; in testRedundant() local
133 if ((rlo[i] > -large || rup[i] < large) && rowLengths[i] > 0) { in testRedundant()
137 if (rowLengths[i] > 0) { in testRedundant()
192 const CoinBigIndex kre = krs + rowLengths[i]; in testRedundant()
493 const CoinBigIndex kre = krs + rowLengths[i]; in testRedundant()
/dports/math/coinutils/CoinUtils-2.11.4/CoinUtils/src/
H A DCoinPresolveSubst.cpp272 int *rowLengths = prob->hinrow_; in presolve() local
329 const int tgtrow_len = rowLengths[tgtrow]; in presolve()
361 if (rowLengths[i] < 2 || prob->rowUsed(i)) { in presolve()
427 ntotels += rowLengths[i]; in presolve()
464 ap->ninrowxs[ndx] = rowLengths[i]; in presolve()
472 ntotels += rowLengths[i]; in presolve()
529 CoinBigIndex kre = krs + rowLengths[i]; in presolve()
557 kre = krs + rowLengths[i]; in presolve()
559 tgtre = tgtrs + rowLengths[tgtrow]; in presolve()
636 nzerocols += rowLengths[tgtrow]; in presolve()
[all …]
H A DCoinPresolveImpliedFree.cpp144 int *rowLengths = prob->hinrow_; local
244 if (rowLengths[i] > 1)
253 CoinBigIndex rEnd = rStart + rowLengths[i];
337 singletonRow = (rowLengths[i] == 1);
349 if (rowLengths[i] == 1) {
396 const int leni = rowLengths[i];
687 const int tgtrow_len = rowLengths[tgtrow];
798 rowLengths[tgtrow] = 0;
837 int *rowLengths = prob->hinrow_; local
945 ntotels += rowLengths[i];
[all …]
H A DCoinPresolveUseless.cpp71 const int *rowLengths = prob->hinrow_; in testRedundant() local
133 if ((rlo[i] > -large || rup[i] < large) && rowLengths[i] > 0) { in testRedundant()
137 if (rowLengths[i] > 0) { in testRedundant()
192 const CoinBigIndex kre = krs + rowLengths[i]; in testRedundant()
493 const CoinBigIndex kre = krs + rowLengths[i]; in testRedundant()
/dports/math/clp/Clp-1.17.3/CoinUtils/src/
H A DCoinPresolveSubst.cpp272 int *rowLengths = prob->hinrow_; in presolve() local
329 const int tgtrow_len = rowLengths[tgtrow]; in presolve()
361 if (rowLengths[i] < 2 || prob->rowUsed(i)) { in presolve()
427 ntotels += rowLengths[i]; in presolve()
464 ap->ninrowxs[ndx] = rowLengths[i]; in presolve()
472 ntotels += rowLengths[i]; in presolve()
529 CoinBigIndex kre = krs + rowLengths[i]; in presolve()
557 kre = krs + rowLengths[i]; in presolve()
559 tgtre = tgtrs + rowLengths[tgtrow]; in presolve()
636 nzerocols += rowLengths[tgtrow]; in presolve()
[all …]
H A DCoinPresolveImpliedFree.cpp144 int *rowLengths = prob->hinrow_; local
244 if (rowLengths[i] > 1)
253 CoinBigIndex rEnd = rStart + rowLengths[i];
337 singletonRow = (rowLengths[i] == 1);
349 if (rowLengths[i] == 1) {
396 const int leni = rowLengths[i];
687 const int tgtrow_len = rowLengths[tgtrow];
798 rowLengths[tgtrow] = 0;
837 int *rowLengths = prob->hinrow_; local
945 ntotels += rowLengths[i];
[all …]
H A DCoinPresolveUseless.cpp71 const int *rowLengths = prob->hinrow_; in testRedundant() local
133 if ((rlo[i] > -large || rup[i] < large) && rowLengths[i] > 0) { in testRedundant()
137 if (rowLengths[i] > 0) { in testRedundant()
192 const CoinBigIndex kre = krs + rowLengths[i]; in testRedundant()
493 const CoinBigIndex kre = krs + rowLengths[i]; in testRedundant()
/dports/science/hypre/hypre-2.23.0/src/FEI_mv/femli/
H A Dmli_amgsa_coarsen1.cxx654 delete [] rowLengths; in genP()
706 delete [] rowLengths; in genP()
823 rowLengths = new int[PLocalNRows]; in genPGlobal()
828 delete [] rowLengths; in genPGlobal()
1464 rowLengths = new int[AdiagNRows]; in formLocalGraph()
1471 rowLengths[irow] = 0; in formLocalGraph()
1497 rowLengths[irow]++; in formLocalGraph()
1504 if ( rowLengths[irow] > maxRowNnz ) maxRowNnz = rowLengths[irow]; in formLocalGraph()
1509 delete [] rowLengths; in formLocalGraph()
1640 rowLengths[irow] = 0; in formGlobalGraph()
[all …]
H A Dmli_utils.c124 if ( rowLengths == NULL ) in MLI_Utils_HypreMatrixFormJacobi()
133 rowLengths[irow] = rowSize; in MLI_Utils_HypreMatrixFormJacobi()
143 maxnnz = ( rowLengths[irow] > maxnnz ) ? rowLengths[irow] : maxnnz; in MLI_Utils_HypreMatrixFormJacobi()
172 if ( rowLengths[irow] == rowSize+1 ) in MLI_Utils_HypreMatrixFormJacobi()
823 rowLengths[irow] = 0; in MLI_Utils_HypreMatrixCompress()
828 rowLengths[irow] += rowSize; in MLI_Utils_HypreMatrixCompress()
992 rowLengths[irow] = rowSize; in MLI_Utils_HypreBoolMatrixDecompress()
1541 length = rowLengths[irow]; in MLI_Utils_HypreMatrixReadTuminFormat()
1694 length = rowLengths[irow]; in MLI_Utils_HypreMatrixReadIJAFormat()
1845 length = rowLengths[irow]; in MLI_Utils_HypreParMatrixReadIJAFormat()
[all …]
/dports/audio/faust/faust-2.37.3/tools/physicalModeling/mesh2faust/vega/libraries/sparseMatrix/
H A DsparseMatrixMT.cpp48 int * rowLengths = A->GetRowLengths(); in MultiplyVector() local
63 for(int j=0; j < rowLengths[i]; j++) in MultiplyVector()
/dports/math/cgl/Cgl-releases-0.60.3/Cgl/src/CglResidualCapacity/
H A DCglResidualCapacity.cpp69 const int* rowLengths = matrixByRow.getVectorLengths(); in generateCuts() local
74 colInds, rowStarts, rowLengths, in generateCuts()
245 const int* rowLengths = matrixByRow.getVectorLengths(); in resCapPreprocess() local
287 determineRowType(si, rowLengths[iRow], colInds+rowStarts[iRow], in resCapPreprocess()
468 const int* rowLengths, in generateResCapCuts() argument
481 bool hasCut = resCapSeparation(si, rowLengths[rowToUse], in generateResCapCuts()
500 const int rowLen=rowLengths[rowToUse]; in generateResCapCuts()
506 bool hasCut = resCapSeparation(si, rowLengths[rowToUse], in generateResCapCuts()
H A DCglResidualCapacity.hpp174 const int* rowLengths,
/dports/science/hypre/hypre-2.23.0/src/distributed_ls/Euclid/
H A Dmat_dh_private.c1018 HYPRE_Int *rowLengths = NULL; in partition_and_distribute_metis_private() local
1034 rowLengths = (HYPRE_Int*)MALLOC_DH(m*sizeof(HYPRE_Int)); CHECK_V_ERROR; in partition_and_distribute_metis_private()
1040 rowLengths[i] = tmp[i+1] - tmp[i]; in partition_and_distribute_metis_private()
1043 hypre_MPI_Bcast(rowLengths, m, HYPRE_MPI_INT, 0, comm_dh); in partition_and_distribute_metis_private()
1119 if (rowLengths != NULL) { FREE_DH(rowLengths); CHECK_V_ERROR; } in partition_and_distribute_metis_private()
1144 HYPRE_Int *rowLengths = NULL; in partition_and_distribute_private() local
1158 rowLengths = (HYPRE_Int*)MALLOC_DH(m*sizeof(HYPRE_Int)); CHECK_V_ERROR; in partition_and_distribute_private()
1162 rowLengths[i] = tmp[i+1] - tmp[i]; in partition_and_distribute_private()
1165 hypre_MPI_Bcast(rowLengths, m, HYPRE_MPI_INT, 0, comm_dh); in partition_and_distribute_private()
1232 if (rowLengths != NULL) { FREE_DH(rowLengths); CHECK_V_ERROR; } in partition_and_distribute_private()
[all …]
/dports/science/hypre/hypre-2.23.0/src/test/
H A Dfei_lscore.c167 HYPRE_Int *rowLengths = new HYPRE_Int[numLocalEqns]; in main() local
174 rowLengths[local_row] = size; in main()
180 H.allocateMatrix(colIndices, rowLengths); in main()
181 delete [] rowLengths; in main()
/dports/lang/ghc/ghc-8.10.7/libraries/haskeline/System/Console/Haskeline/Backend/
H A DTerminfo.hs85 rowLengths :: !(Map.IntMap Int), function
95 initTermRows = TermRows {rowLengths = Map.empty, lastRow=0}
98 setRow r len rs = TermRows {rowLengths = Map.insert r len (rowLengths rs),
/dports/lang/elm/compiler-0.19.1/_cabal_deps/haskeline-0.8.0.0/System/Console/Haskeline/Backend/
H A DTerminfo.hs85 rowLengths :: !(Map.IntMap Int), function
95 initTermRows = TermRows {rowLengths = Map.empty, lastRow=0}
98 setRow r len rs = TermRows {rowLengths = Map.insert r len (rowLengths rs),
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/haskeline-0.8.2/System/Console/Haskeline/Backend/
H A DTerminfo.hs85 rowLengths :: !(Map.IntMap Int), function
95 initTermRows = TermRows {rowLengths = Map.empty, lastRow=0}
98 setRow r len rs = TermRows {rowLengths = Map.insert r len (rowLengths rs),
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/html/
H A DHTMLFrameSetElement.h45 const Length* rowLengths() const { return m_rowLengths.get(); } in rowLengths() function

123