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
|
<center><a href="https://gitlab.com/petsc/petsc/-/blob/966382dc56242773704ef5f5cee7aa2db3ebc577/include/petscmathtool.h">Actual source code: petscmathtool.h</a></center><br>
<html>
<head>
<title></title>
<meta name="generator" content="c2html 0.9.6">
<meta name="date" content="2025-04-30T18:14:50+00:00">
</head>
<body bgcolor="#FFFFFF">
<pre width=80>
<a name="line1"> 1: </a><font color="#A020F0">#pragma once</font>
<a name="line3"> 3: </a>#include <A href="../include/petscmat.h.html"><petscmat.h></A>
<a name="line5"> 5: </a>namespace htool
<a name="line6"> 6: </a>{
<a name="line7"> 7: </a>template <class>
<a name="line8"> 8: </a>class DistributedOperator; <font color="#B22222">/* forward definition of a single needed Htool class */</font>
<a name="line9"> 9: </a>} <font color="#B22222">// namespace htool</font>
<a name="line11"> 11: </a>PETSC_EXTERN <a href="../manualpages/Sys/PetscErrorCode.html">PetscErrorCode</a> <a href="../manualpages/Mat/MatHtoolGetHierarchicalMat.html">MatHtoolGetHierarchicalMat</a>(<a href="../manualpages/Mat/Mat.html">Mat</a>, const htool::DistributedOperator<<a href="../manualpages/Sys/PetscScalar.html">PetscScalar</a>> **);
</pre>
</body>
</html>
|