31 lines
1.2 KiB
C++
31 lines
1.2 KiB
C++
#pragma once
|
|
#include <memory>
|
|
|
|
namespace MbD {
|
|
|
|
//class EndFramec;
|
|
//class SparseRow;
|
|
//class SparseMatrix;
|
|
|
|
|
|
|
|
//typedef std::initializer_list<double> ListD;
|
|
//typedef std::initializer_list<std::initializer_list<double>> ListListD;
|
|
//typedef std::initializer_list<std::initializer_list<std::initializer_list<double>>> ListListPairD;
|
|
//typedef std::initializer_list<std::shared_ptr<FullRow<double>>> ListFRD;
|
|
//typedef std::shared_ptr<FullColumn<double>> FColDsptr;
|
|
//typedef std::shared_ptr<FullColumn<std::shared_ptr<FullMatrix<double>>>> FColFMatDsptr;
|
|
//typedef std::shared_ptr<FullRow<double>> FRowDsptr;
|
|
//typedef std::shared_ptr<FullMatrix<double>> FMatDsptr;
|
|
//typedef std::shared_ptr<FullMatrix<double>> FMatDsptr;
|
|
//typedef std::shared_ptr<FullMatrix<std::shared_ptr<FullMatrix<double>>>> FMatFMatDsptr;
|
|
//typedef std::shared_ptr<FullMatrix<std::shared_ptr<FullMatrix<double>>>> FMatFMatDsptr;
|
|
//typedef std::shared_ptr<FullMatrix<std::shared_ptr<FullColumn<double>>>> FMatFColDsptr;
|
|
//typedef std::shared_ptr<SparseRow<double>> SpRowDsptr;
|
|
//typedef std::shared_ptr<SparseMatrix<double>> SpMatDsptr;
|
|
//typedef std::shared_ptr<EndFramec> EndFrmcptr;
|
|
//typedef std::shared_ptr<EndFrameqct> EndFrmqctptr;
|
|
|
|
|
|
}
|