Home
last modified time | relevance | path

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

/dports/science/hypre/hypre-2.23.0/src/FEI_mv/fei-hypre/
H A DHYPRE_SlideReduction.cxx3480 double *ADiagA, *AOffdA, *bData, *b2Data; in scaleMatrixVector() local
3622 b2Data = hypre_VectorData(hypre_ParVectorLocalVector(b2_csr)); in scaleMatrixVector()
3625 b2Data[irow] = bData[irow] * scaleVec[irow]; in scaleMatrixVector()