Browse Source

doc: mention Debug in the matrix data layout docs.

pull/374/head
Vladimír Vondruš 7 years ago
parent
commit
dba0928a14
  1. 4
      doc/matrix-vector.dox

4
doc/matrix-vector.dox

@ -275,5 +275,9 @@ implications and it may differ from what is common in mathematics:
to operate with transposed matrices or use the slower non-transposed
alternative of the algorithm.
</li></ul>
Note that the @ref Corrade::Utility::Debug utility always prints the matrices
in the expected layout --- rows are rows and columns are columns. You are
encouraged to use it for data visualization purposes.
*/
}

Loading…
Cancel
Save