tab correction

This commit is contained in:
Шишов Максим Денисович
2020-09-08 16:44:01 +03:00
committed by Федоренко Дмитрий Витальевич
parent 6e100e19f5
commit 3092f4f45b

View File

@@ -917,7 +917,6 @@ public:
for (uint r = 0; r < rows; ++r) for (uint c = 0; c < cols; ++c) tm.element(r, c) = (c == r ? Type(1) : Type(0));
return tm;
}
/**
* @brief Creates a row matrix of every element that is equal to every element of the vector
*