Eigen 3.4.90
Main Page
Related Pages
Modules
Classes
Class List
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Typedefs
_
a
b
c
d
e
f
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Enumerations
Enumerator
a
b
c
d
e
f
h
i
k
m
n
o
p
q
r
s
t
u
v
Related Functions
o
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
a
b
c
d
e
g
h
i
j
l
m
n
o
p
q
r
s
t
v
w
x
y
Typedefs
a
b
c
d
e
f
i
l
m
n
r
s
t
u
Macros
_
a
b
c
d
e
f
g
h
l
m
p
s
u
v
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
Eigen
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
26
#include "
src/Core/util/DisableStupidWarnings.h
"
27
28
// IWYU pragma: begin_exports
29
#include "
src/SparseLU/SparseLU_Structs.h
"
30
#include "
src/SparseLU/SparseLU_SupernodalMatrix.h
"
31
#include "
src/SparseLU/SparseLUImpl.h
"
32
#include "
src/SparseCore/SparseColEtree.h
"
33
#include "
src/SparseLU/SparseLU_Memory.h
"
34
#include "
src/SparseLU/SparseLU_heap_relax_snode.h
"
35
#include "
src/SparseLU/SparseLU_relax_snode.h
"
36
#include "
src/SparseLU/SparseLU_pivotL.h
"
37
#include "
src/SparseLU/SparseLU_panel_dfs.h
"
38
#include "
src/SparseLU/SparseLU_kernel_bmod.h
"
39
#include "
src/SparseLU/SparseLU_panel_bmod.h
"
40
#include "
src/SparseLU/SparseLU_column_dfs.h
"
41
#include "
src/SparseLU/SparseLU_column_bmod.h
"
42
#include "
src/SparseLU/SparseLU_copy_to_ucol.h
"
43
#include "
src/SparseLU/SparseLU_pruneL.h
"
44
#include "
src/SparseLU/SparseLU_Utils.h
"
45
#include "
src/SparseLU/SparseLU.h
"
46
// IWYU pragma: end_exports
47
48
#include "
src/Core/util/ReenableStupidWarnings.h
"
49
50
#endif
// EIGEN_SPARSELU_MODULE_H
DisableStupidWarnings.h
OrderingMethods
ReenableStupidWarnings.h
SparseColEtree.h
SparseCore
SparseLUImpl.h
SparseLU.h
SparseLU_Memory.h
SparseLU_Structs.h
SparseLU_SupernodalMatrix.h
SparseLU_Utils.h
SparseLU_column_bmod.h
SparseLU_column_dfs.h
SparseLU_copy_to_ucol.h
SparseLU_heap_relax_snode.h
SparseLU_kernel_bmod.h
SparseLU_panel_bmod.h
SparseLU_panel_dfs.h
SparseLU_pivotL.h
SparseLU_pruneL.h
SparseLU_relax_snode.h
Code