Added reference headers and moved some code.
This commit is contained in:
11
OndselSolver/DiagonalMatrix.ref.h
Normal file
11
OndselSolver/DiagonalMatrix.ref.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#pragma once
|
||||
|
||||
#include <memory>
|
||||
|
||||
namespace MbD {
|
||||
template<typename T>
|
||||
class DiagonalMatrix;
|
||||
template<typename T>
|
||||
using DiagMatsptr = std::shared_ptr<DiagonalMatrix<T>>;
|
||||
using DiagMatDsptr = std::shared_ptr<DiagonalMatrix<double>>;
|
||||
}
|
||||
Reference in New Issue
Block a user