1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45
|
<html>
<title>Mat</title><body bgcolor="FFFFFF">
<div id="version" align=right><b>petsc-3.4.2 2013-07-02</b></div>
<h2>Mat</h2>
<menu>
<LI><A HREF="../../../src/mat/examples/tutorials/ex1.c.html"><CONCEPT>ordering a matrix - loading a binary matrix and vector;</CONCEPT></A>
<menu>
Reads a PETSc matrix and vector from a file and reorders it.<BR> -f0 <input_file> : first file to load (small system)<BR>
-f1 <input_file> : second file to load (larger system)<BR>
</menu>
<LI><A HREF="../../../src/mat/examples/tutorials/ex12.c.html"><CONCEPT>ordering a matrix - loading a binary matrix and vector;</CONCEPT></A>
<menu>
Reads a PETSc matrix and vector from a file appends the vector the matrix<BR></menu>
<LI><A HREF="../../../src/mat/examples/tutorials/ex1.c.html"><CONCEPT>loading a binary matrix and vector;</CONCEPT></A>
<menu>
Reads a PETSc matrix and vector from a file and reorders it.<BR> -f0 <input_file> : first file to load (small system)<BR>
-f1 <input_file> : second file to load (larger system)<BR>
</menu>
<LI><A HREF="../../../src/mat/examples/tutorials/ex12.c.html"><CONCEPT>loading a binary matrix and vector;</CONCEPT></A>
<menu>
Reads a PETSc matrix and vector from a file appends the vector the matrix<BR></menu>
<LI><A HREF="../../../src/mat/examples/tutorials/ex9.c.html"><CONCEPT>composite matrices</CONCEPT></A>
<menu>
Tests MatCreateComposite()<BR></menu>
<LI><A HREF="../../../src/mat/examples/tutorials/ex10.c.html"><CONCEPT>loading a binary matrix;</CONCEPT></A>
<menu>
Reads a PETSc matrix and computes the 2 norm of the columns<BR></menu>
<LI><A HREF="../../../src/mat/examples/tutorials/ex11.c.html"><CONCEPT>mesh partitioning</CONCEPT></A>
<menu>
Tests MatMeshToDual()<BR></menu>
<LI><A HREF="../../../src/mat/examples/tutorials/ex15.c.html"><CONCEPT>mat partitioning</CONCEPT></A>
<menu>
Example of using graph partitioning to segment an image<BR></menu>
<LI><A HREF="../../../src/mat/examples/tutorials/ex17.c.html"><CONCEPT>mat partitioning</CONCEPT></A>
<menu>
Example of using graph partitioning with a matrix in which some procs have empty ownership<BR></menu>
<LI><A HREF="../../../src/mat/examples/tutorials/ex15.c.html"><CONCEPT>image segmentation</CONCEPT></A>
<menu>
Example of using graph partitioning to segment an image<BR></menu>
<LI><A HREF="../../../src/mat/examples/tutorials/ex17.c.html"><CONCEPT>image segmentation</CONCEPT></A>
<menu>
Example of using graph partitioning with a matrix in which some procs have empty ownership<BR></menu>
</menu>
</body>
</html>
|