mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-12 03:39:01 +08:00
a small mistake QuickReference.dox edited online with Bitbucket
This commit is contained in:
parent
4c03b3511e
commit
912e9965ef
@ -68,7 +68,7 @@ Array<float,4,1> <=> Array4f
|
||||
|
||||
Conversion between the matrix and array worlds:
|
||||
\code
|
||||
Array44f a1, a1;
|
||||
Array44f a1, a2;
|
||||
Matrix4f m1, m2;
|
||||
m1 = a1 * a2; // coeffwise product, implicit conversion from array to matrix.
|
||||
a1 = m1 * m2; // matrix product, implicit conversion from matrix to array.
|
||||
|
Loading…
x
Reference in New Issue
Block a user