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