#include "mat.h" int MatILUDTFactor(Mat mat,MatILUInfo *info,IS row,IS col,Mat *fact)Collective on Mat
mat | - the matrix | |
info | - information about the factorization to be done | |
row | - row permutation | |
col | - column permutation |
This is currently only supported for the SeqAIJ matrix format using code from Yousef Saad's SPARSEKIT2 package. That code is copyright by Yousef Saad with the GNU copyright.
Level:developer
Location:src/mat/interface/matrix.c
Matrix Index
Table of Contents