first good build. Part, PartFrame, Matrix
This commit is contained in:
@@ -2,10 +2,3 @@
|
||||
|
||||
using namespace MbD;
|
||||
|
||||
FullMatrix<double>::FullMatrix(int m, int n) {
|
||||
for (int i = 0; i < m; i++) {
|
||||
auto row = std::make_shared<FullRow<double>>(n);
|
||||
this->push_back(row);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user