mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-11 19:29:02 +08:00
typo
This commit is contained in:
parent
2fbe8da7a1
commit
c24de5b413
@ -42,7 +42,7 @@ vec.tail<length>()
|
||||
|
||||
In Eigen2, coefficient wise operations which have no proper mathematical definiton (as a coeff wise product)
|
||||
were achied using the .cwise() prefix, e.g.:
|
||||
\code a.cwise() * b \code
|
||||
\code a.cwise() * b \endcode
|
||||
In Eigen3 this .cwise() prefix has been supersed by a new kind of matrix type called
|
||||
Array for which all operations are performed coefficient wise. You can easily view a matrix as an array and vice versa using
|
||||
the MatrixBase::array() and ArrayBase::matrix() functions respectively. Here is an example:
|
||||
|
Loading…
x
Reference in New Issue
Block a user