mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Add MatrixBase::cwiseArg()
This commit is contained in:
@@ -73,6 +73,20 @@ This also means that, unless specified, if the function \c std::foo is available
|
||||
</td>
|
||||
<td>All engines (fc,fd)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="code">
|
||||
\anchor cwisetable_arg
|
||||
a.\link ArrayBase::arg arg\endlink(); \n
|
||||
\link Eigen::arg arg\endlink(a); \n
|
||||
m.\link MatrixBase::cwiseArg cwiseArg\endlink();
|
||||
</td>
|
||||
<td>phase angle of complex number</td>
|
||||
<td class="code">
|
||||
using <a href="http://en.cppreference.com/w/cpp/numeric/complex/arg">std::arg</a>; \n
|
||||
arg(a[i]);
|
||||
</td>
|
||||
<td>All engines (fc,fd)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th colspan="4">Exponential functions</th>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user