SparseLU
Go to the documentation of this file.
1 // This file is part of Eigen, a lightweight C++ template library
2 // for linear algebra.
3 //
4 // Copyright (C) 2012 Désiré Nuentsa-Wakam <desire.nuentsa_wakam@inria.fr>
5 // Copyright (C) 2012 Gael Guennebaud <gael.guennebaud@inria.fr>
6 //
7 // This Source Code Form is subject to the terms of the Mozilla
8 // Public License v. 2.0. If a copy of the MPL was not distributed
9 // with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
10 
11 #ifndef EIGEN_SPARSELU_MODULE_H
12 #define EIGEN_SPARSELU_MODULE_H
13 
14 #include "SparseCore"
15 
23 // Ordering interface
24 #include "OrderingMethods"
25 
27 
28 // IWYU pragma: begin_exports
45 #include "src/SparseLU/SparseLU.h"
46 // IWYU pragma: end_exports
47 
49 
50 #endif // EIGEN_SPARSELU_MODULE_H