Searched refs:matrix_LT (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/mat/impls/aij/seq/bas/ |
| H A D | basfactor.c | 105 spbas_matrix Pattern, matrix_L, matrix_LT; in MatCholeskyFactorNumeric_SeqAIJ_Bas() local 127 …ierr = (int)spbas_incomplete_cholesky(A, rip, riip, Pattern, droptol, shiftnz, &matrix_LT, &succes… in MatCholeskyFactorNumeric_SeqAIJ_Bas() 136 …mplete_cholesky %g bytes per row\n", (double)(spbas_memory_requirement(matrix_LT) / (PetscReal)mb… in MatCholeskyFactorNumeric_SeqAIJ_Bas() 142 PetscCall(spbas_transpose(matrix_LT, &matrix_L)); in MatCholeskyFactorNumeric_SeqAIJ_Bas() 143 PetscCall(spbas_delete(matrix_LT)); in MatCholeskyFactorNumeric_SeqAIJ_Bas()
|