diff --git a/src/Matrix.cpp b/src/Matrix.cpp index 4f43156..ea24216 100644 --- a/src/Matrix.cpp +++ b/src/Matrix.cpp @@ -915,23 +915,45 @@ namespace Aurora { std::cerr <<"Assign value fail!Src data pointer is null!"; return *this; } - if (matrix.getDims()!=mSliceMode) { - std::cerr <<"Assign value fail!Src matrix(dims count:"<< matrix.getDims() <<"), not match of des(dims count:"<