Searched refs:MatSolve_SeqDense_TearDown (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/mat/impls/dense/seq/ |
| H A D | dense.c | 543 static PetscErrorCode MatSolve_SeqDense_TearDown(Mat A, Vec xx, Vec yy, PetscScalar **_y, PetscBLAS… in MatSolve_SeqDense_TearDown() function 574 PetscCall(MatSolve_SeqDense_TearDown(A, xx, yy, &y, &m, &k)); in MatSolve_SeqDense_LU() 586 PetscCall(MatSolve_SeqDense_TearDown(A, xx, yy, &y, &m, &k)); in MatSolveTranspose_SeqDense_LU() 598 PetscCall(MatSolve_SeqDense_TearDown(A, xx, yy, &y, &m, &k)); in MatSolve_SeqDense_Cholesky() 610 PetscCall(MatSolve_SeqDense_TearDown(A, xx, yy, &y, &m, &k)); in MatSolveTranspose_SeqDense_Cholesky() 622 PetscCall(MatSolve_SeqDense_TearDown(A, xx, yy, &y, &m, &k)); in MatSolve_SeqDense_QR() 634 PetscCall(MatSolve_SeqDense_TearDown(A, xx, yy, &y, &m, &k)); in MatSolveTranspose_SeqDense_QR()
|