Home
last modified time | relevance | path

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

/petsc/src/mat/impls/aij/seq/bas/
H A Dbasfactor.c105 spbas_matrix Pattern, matrix_L, matrix_LT; in MatCholeskyFactorNumeric_SeqAIJ_Bas() local
142 PetscCall(spbas_transpose(matrix_LT, &matrix_L)); in MatCholeskyFactorNumeric_SeqAIJ_Bas()
144 PetscCall(spbas_matrix_to_crs(matrix_L, &ba, &bi, &bj)); in MatCholeskyFactorNumeric_SeqAIJ_Bas()
148 PetscCall(spbas_delete(matrix_L)); in MatCholeskyFactorNumeric_SeqAIJ_Bas()
H A Dspbas_cholesky.h239 …_matrix pattern, PetscReal droptol, PetscReal epsdiag_in, spbas_matrix *matrix_L, PetscBool *succe… in spbas_incomplete_cholesky() argument
404 *matrix_L = retval; in spbas_incomplete_cholesky()