MyraMath
myramath
multifrontal
symbolic
postorder.h
Go to the documentation of this file.
1
// ========================================================================= //
2
// This file is part of MyraMath, copyright (c) 2014-2019 by Ryan A Chilton //
3
// and distributed by MyraCore, LLC. See LICENSE.txt for license terms. //
4
// ========================================================================= //
5
6
#ifndef MYRAMATH_MULTIFRONTAL_SYMBOLIC_POSTORDER_H
7
#define MYRAMATH_MULTIFRONTAL_SYMBOLIC_POSTORDER_H
8
14
#include <
myramath/utility/Number.h
>
15
#include <myramath/MYRAMATH_EXPORT.h>
16
17
#include <vector>
18
19
namespace
myra
{
20
21
// Forward declarations.
22
class
Permutation;
23
class
PatternRange;
24
26
MYRAMATH_EXPORT Permutation postorder(
const
PatternRange& A);
27
28
}
// namespace myra
29
30
#endif
myra
Definition:
syntax.dox:1
Number.h
Various utility functions/classes related to scalar Number types.
Generated on Sun Aug 4 2024 12:26:04 for MyraMath by
1.8.13