#include "petscmat.h" int MatConvertRegister(MatType intype,MatType outtype,int (*converter)(Mat,MatType,Mat*))Not Collective
intype | - the type of matrix (defined in include/petscmat.h), for example, MATSEQAIJ. | |
outtype | - new matrix type, or MATSAME |
Level:advanced
Location:src/mat/interface/matrix.c
Index of all Mat routines
Table of Contents for all manual pages
Index of all manual pages