Loading src/Matrix.h +1 −1 Original line number Diff line number Diff line Loading @@ -59,7 +59,7 @@ public: Matrix(SizeType nrow,SizeType ncol) : nrow_(nrow), ncol_(ncol), data_(nrow*ncol, 0) // the 0 should not be here, FIXME TODO data_(nrow*ncol) {} Matrix(SizeType nrow, SizeType ncol, const T& value) Loading Loading
src/Matrix.h +1 −1 Original line number Diff line number Diff line Loading @@ -59,7 +59,7 @@ public: Matrix(SizeType nrow,SizeType ncol) : nrow_(nrow), ncol_(ncol), data_(nrow*ncol, 0) // the 0 should not be here, FIXME TODO data_(nrow*ncol) {} Matrix(SizeType nrow, SizeType ncol, const T& value) Loading