Loading [MathJax]/extensions/tex2jax.js
Cantera
3.1.0
Install
User Guide
Examples
Reference
Develop
Community
Toggle main menu visibility
Developer API
Modules
Classes
Class List
Class Index
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
i
j
k
l
m
n
o
p
q
r
s
t
v
w
x
Typedefs
Enumerations
Related Symbols
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
s
t
u
v
w
Variables
a
b
c
d
e
f
g
i
l
m
n
o
p
r
s
t
u
v
Typedefs
Enumerations
Enumerator
Files
File List
File Members
All
a
b
c
e
f
k
l
m
n
p
s
t
v
x
Functions
Variables
Typedefs
Macros
a
c
e
f
m
n
p
s
t
v
x
Related Pages
cantera.org
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
Loading...
Searching...
No Matches
eigen_sparse.h
1
// This file is part of Cantera. See License.txt in the top-level directory or
2
// at https://cantera.org/license.txt for license and copyright information.
3
4
#ifndef CT_EIGEN_SPARSE_H
5
#define CT_EIGEN_SPARSE_H
6
7
#include "cantera/base/config.h"
8
#if CT_USE_SYSTEM_EIGEN
9
#if CT_USE_SYSTEM_EIGEN_PREFIXED
10
#include <eigen3/Eigen/Sparse>
11
#else
12
#include <Eigen/Sparse>
13
#endif
14
#else
15
#include "cantera/ext/Eigen/Sparse"
16
#endif
17
18
namespace
Cantera
19
{
20
//! @ingroup matrices
21
typedef
std::vector<Eigen::Triplet<double>> SparseTriplets;
22
}
23
24
#endif
Cantera
Namespace for the Cantera kernel.
Definition
AnyMap.cpp:595
include
cantera
numerics
eigen_sparse.h
Generated by
1.9.7