Compare commits
1 Commits
63c7a023ee
...
d84664b567
| Author | SHA1 | Date | |
|---|---|---|---|
| d84664b567 |
@@ -415,7 +415,6 @@ TEST_CASE("Identity Matrix", "Matrix") {
|
||||
|
||||
SECTION("Tall Matrix") {
|
||||
Matrix<5, 2> matrix = Matrix<5, 2>::Identity();
|
||||
printLabeledMatrix("Identity Matrix", matrix);
|
||||
uint32_t oneColumnIndex{0};
|
||||
for (uint32_t row = 0; row < 5; row++) {
|
||||
for (uint32_t column = 0; column < 2; column++) {
|
||||
|
||||
Reference in New Issue
Block a user