Home
last modified time | relevance | path

Searched refs:totalNNZ (Results 1 – 5 of 5) sorted by relevance

/dports/science/hypre/hypre-2.23.0/src/FEI_mv/femli/
H A Dmli_solver_seqsuperlu.cxx836 int totalNNZ = GDiagI[nSubProblems_]; in setupBlockColoring() local
837 for (i = 0; i < nSubProblems_; i++) totalNNZ += GOffdCnt[i]; in setupBlockColoring()
839 localGJ = new int[totalNNZ]; in setupBlockColoring()
840 totalNNZ = 0; in setupBlockColoring()
841 localGI[0] = totalNNZ; in setupBlockColoring()
845 localGJ[totalNNZ++] = GDiagJ[j]; in setupBlockColoring()
848 localGJ[totalNNZ++] = GOffdJ[i*extNCols+j]; in setupBlockColoring()
849 localGI[i+1] = totalNNZ; in setupBlockColoring()
/dports/science/hypre/hypre-2.23.0/src/FEI_mv/fei-hypre/
H A DLLNL_FEI_Matrix.cxx459 int iD, iD2, offset, iEnd, totalNNZ, colInd; in printMatrix() local
468 totalNNZ = diagIA_[matDim]; in printMatrix()
469 if ( offdIA_ != NULL ) totalNNZ += offdIA_[matDim]; in printMatrix()
470 fprintf(fp, "%6d %7d \n", matDim, totalNNZ); in printMatrix()
H A DHYPRE_SlideReduction.cxx1360 int procIndex, colIndex, totalNNZ, newColIndex; in buildSubMatrices() local
1520 rowCount = maxRowSize = totalNNZ = 0; in buildSubMatrices()
1538 totalNNZ += newRowSize; in buildSubMatrices()
1778 int procIndex, colIndex, ierr, *newColInd, totalNNZ; in buildReducedMatrix() local
1889 rowCount = maxRowSize = totalNNZ = 0; in buildReducedMatrix()
1915 totalNNZ += ncnt; in buildReducedMatrix()
1938 totalNNZ, totalNNZA, 1.0*totalNNZ/totalNNZA); in buildReducedMatrix()
H A DFEI_HYPRE_Impl.cxx3867 int iD, iD2, offset, iBegin, iEnd, totalNNZ; in printLinearSystem() local
3875 totalNNZ = diagIA_[iEnd]; in printLinearSystem()
3876 if ( offdIA_ != NULL ) totalNNZ += offdIA_[iEnd]; in printLinearSystem()
3877 fprintf(fp, "%6d %7d \n", iEnd, totalNNZ); in printLinearSystem()
/dports/math/combblas/CombBLAS_beta_16_2/include/CombBLAS/
H A DFullyDistSpVec.cpp1315 IT totalNNZ = getnnz(); in ParallelWrite() local
1320 ss << totalLength << '\t' << totalNNZ << '\n'; // rank-0 has the header in ParallelWrite()
1553 IT totalNNZ = getnnz(); in SaveGathered() local
1608 outfile << totalLength << "\t1\t" << totalNNZ << std::endl; in SaveGathered()