int MatILUDTFactor(Mat mat,double dt,int maxnz,IS row,IS col,Mat *fact)Collective on Mat
mat | - the matrix |
dt | - the drop tolerance |
maxnz | - the maximum number of nonzeros per row allowed? |
row | - row permutation |
col | - column permutation |
Location: src/mat/interface/matrix.c
Matrix Index
Table of Contents