Morpheus
1.0.0
Dynamic matrix type and algorithms for sparse matrices
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