mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-13 20:26:03 +08:00
Merged in zzp11/eigen/zzp11/a-small-mistake-quickreferencedox-edited-1510217281963 (pull request PR-346)
a small mistake QuickReference.dox edited online with Bitbucket
This commit is contained in:
commit
746a6b7b81
@ -68,7 +68,7 @@ Array<float,4,1> <=> Array4f
|
|||||||
|
|
||||||
Conversion between the matrix and array worlds:
|
Conversion between the matrix and array worlds:
|
||||||
\code
|
\code
|
||||||
Array44f a1, a1;
|
Array44f a1, a2;
|
||||||
Matrix4f m1, m2;
|
Matrix4f m1, m2;
|
||||||
m1 = a1 * a2; // coeffwise product, implicit conversion from array to matrix.
|
m1 = a1 * a2; // coeffwise product, implicit conversion from array to matrix.
|
||||||
a1 = m1 * m2; // matrix product, implicit conversion from matrix to array.
|
a1 = m1 * m2; // matrix product, implicit conversion from matrix to array.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user