Matrices Mat: : Examples

PETSc matrices (Mat objects) are used to store Jacobians and other sparse matrices in PDE-based (or other) simulations.

ex1.c: Reads a PETSc matrix and vector from a file and reorders it
ex2.c:
ex4.c: Reads U and V matrices from a file and performs y = V*U'*x
ex5.c:
ex6.c:
makefile