mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Fixes #2735: Component-wise cbrt
This commit is contained in:
committed by
Charles Schlosser
parent
48b254a4bc
commit
5de0f2f89e
@@ -172,6 +172,7 @@ sm2 = perm * sm1; // Permute the columns
|
||||
sm1.cwiseMax(sm2);
|
||||
sm1.cwiseAbs();
|
||||
sm1.cwiseSqrt();
|
||||
sm1.cwiseCbrt();
|
||||
\endcode</td>
|
||||
<td>
|
||||
sm1 and sm2 should have the same storage order
|
||||
|
||||
Reference in New Issue
Block a user