Morpheus 1.0.0
Dynamic matrix type and algorithms for sparse matrices
Loading...
Searching...
No Matches
Morpheus_Fwd_CooMatrix.hpp
1
24#ifndef MORPHEUS_FWD_COOMATRIX_HPP
25#define MORPHEUS_FWD_COOMATRIX_HPP
26
27namespace Morpheus {
28template <class ValueType, typename... Properties>
29class CooMatrix;
30} // namespace Morpheus
31
32#endif // MORPHEUS_FWD_COOMATRIX_HPP
Generic Morpheus interfaces.
Definition: dummy.cpp:24