Morpheus
1.0.0
Dynamic matrix type and algorithms for sparse matrices
Toggle main menu visibility
Main Page
Modules
Namespaces
Namespace List
Namespace Members
All
c
d
g
h
i
m
o
p
r
s
t
u
w
Functions
Variables
h
i
Typedefs
Enumerations
Enumerator
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
h
i
m
n
o
p
r
s
t
v
~
Functions
a
c
d
f
i
m
n
o
r
s
v
~
Typedefs
a
b
c
d
e
h
i
m
n
p
r
s
t
v
Files
File List
•
All
Classes
Namespaces
Functions
Variables
Typedefs
Enumerations
Enumerator
Modules
Pages
Loading...
Searching...
No Matches
core
src
fwd
Morpheus_Fwd_DenseVector.hpp
1
24
#ifndef MORPHEUS_FWD_DENSEVECTOR_HPP
25
#define MORPHEUS_FWD_DENSEVECTOR_HPP
26
27
namespace
Morpheus
{
28
/* Forward declaration */
29
template
<
class
ValueType,
class
... Properties>
30
class
DenseVector;
31
32
/* Alias type to match std::vector */
33
template
<
class
ValueType,
class
... Properties>
34
using
vector = DenseVector<ValueType, Properties...>;
35
}
// namespace Morpheus
36
37
#endif
// MORPHEUS_FWD_DENSEVECTOR_HPP
Morpheus
Generic Morpheus interfaces.
Definition:
dummy.cpp:24
Generated by
1.9.5