MyraMath
myramath
multifrontal
symbolic
rcm.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_RCM_H
7
#define MYRAMATH_MULTIFRONTAL_SYMBOLIC_RCM_H
8
14
#include <myramath/MYRAMATH_EXPORT.h>
15
16
#include <vector>
17
18
namespace
myra
{
19
20
// Forward declarations.
21
class
Permutation;
22
class
PatternRange;
23
25
MYRAMATH_EXPORT Permutation rcm(
const
PatternRange& A);
26
27
}
// namespace myra
28
29
#endif
myra
Definition:
syntax.dox:1
Generated on Sun Aug 4 2024 12:26:04 for MyraMath by
1.8.13