| is_skew_symmetric | R Documentation |
Tests whether X + t(X) == 0 (real matrices only).
CVXPY SOURCE: expression.py line 470-473
is_skew_symmetric(x, ...)
x |
An expression object. |
... |
Not used. |
Logical scalar.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.