Searched refs:_nrhs (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/mat/impls/dense/seq/ |
| H A D | dense.c | 638 …t X, PetscScalar **_y, PetscBLASInt *_ldy, PetscBLASInt *_m, PetscBLASInt *_nrhs, PetscBLASInt *_k) in MatMatSolve_SeqDense_SetUp() argument 648 *_nrhs = 0; in MatMatSolve_SeqDense_SetUp() 685 *_nrhs = nrhs; in MatMatSolve_SeqDense_SetUp() 689 …t X, PetscScalar **_y, PetscBLASInt *_ldy, PetscBLASInt *_m, PetscBLASInt *_nrhs, PetscBLASInt *_k) in MatMatSolve_SeqDense_TearDown() argument 700 nrhs = *_nrhs; in MatMatSolve_SeqDense_TearDown()
|