Compare commits
1 Commits
d84664b567
...
63c7a023ee
| Author | SHA1 | Date | |
|---|---|---|---|
| 63c7a023ee |
@@ -415,6 +415,7 @@ 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