Add forceReshape to Matrix
This commit is contained in:
@@ -233,6 +233,8 @@ namespace Aurora {
|
||||
return false;
|
||||
}
|
||||
|
||||
void forceReshape(int rows, int columns, int slices);
|
||||
|
||||
private:
|
||||
ValueType mValueType = Normal;
|
||||
std::shared_ptr<double> mData;
|
||||
|
||||
Reference in New Issue
Block a user