MyraMath
reorder.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_REORDER_H
7 #define MYRAMATH_MULTIFRONTAL_SYMBOLIC_REORDER_H
8 
14 #include <myramath/MYRAMATH_EXPORT.h>
15 
16 namespace myra {
17 
18 // Forward declarations.
19 class Match;
20 class Permutation;
21 class PatternRange;
22 
24 MYRAMATH_EXPORT Permutation reorder(const PatternRange& A);
25 
27 MYRAMATH_EXPORT Permutation reorder(const PatternRange& A, const Match& match);
28 
29 } // namespace myra
30 
31 #endif
Definition: syntax.dox:1