call MatMissingDiagonal() in MatILUFactorSymbolic_SeqAIJ() for ilu levels > 0
Mat: Fix MatMissingDiagonal_SeqAIJ- diag[] indicates a missing diagonal element by storing the offset of the first column of the next row
rename INFO -> Info; INFOG ->Infog
add MatMumpsGetxxx() as requested by Zafer Leylek
Merge branch 'jose/mataxpy-state'* jose/mataxpy-state: MatAXPY_Elemental: increment state Increase object state in MatAXPY for all matrix formats Increase state in MatHeaderReplace
Increase object state in MatAXPY for all matrix formats
doc: fix getpdflabels to count manual chapters correctly.Also fix URLs from man pages to manual.pdf
Merge branch 'knepley/fix-pastix-option'* knepley/fix-pastix-option: Pastix: Fixes for options handling which I have no way to test
Merge branch 'knepley/fix-mat-alloc-errormsg'* knepley/fix-mat-alloc-errormsg: Mat: Fixed error message for allocation error
removed check for small matrices for viewing parallel MPIAIJ matricesif it is reported as too slow by users we can add preallocation
trivial cleanup
bugfix for MatGetInertia_SBAIJMUMPS(); now provide correct nzero and npos as output
Mat: Fixed error message for allocation error
Pastix: Fixes for options handling which I have no way to test
Merge branch 'maint'
bugfix reported by Gong Ding
removed limited support for passing NULL values pointer to MatSetValues() since it was implemented only by AIJ and never used.Now all matrix types generate suitable error when values is null
Merge branch 'barry/donotlogallreducetoself'
Merge branch 'barry/add-names-for-all-ascii-viewers'
Merge branch 'shri/update-SuiteSparse'
Changed --download-umfpack and --download-cholmod to --download-suitesparse in the man docs.
fix many examples output to match new printing of object types and names
changes to examples due to objects always printing class and name information
No need to update nonzerostate of parallel matrices if nonewnonzeros or keepnonzeropattern are set
Merge branch 'shri/external-package-KLU'
1...<<111112113114115116117118119120>>...265