MatDestroyMatrices

Destroys a set of matrices obtained with MatGetSubMatrices().

Synopsis

int MatDestroyMatrices(int n,Mat **mat)
Collective on Mat

Input Parameters

n - the number of local matrices
mat - the matrices

Keywords

matrix, destroy, submatrix, submatrices

See Also

MatGetSubMatrices()

Location: src/mat/interface/matrix.c
Matrix Index
Table of Contents