View source: R/022_expressions_expression.R
| expr_H | R Documentation |
Equivalent to CVXPY's .H property. For real expressions, returns
t(x). For complex expressions, returns Conj(t(x)).
expr_H(x)
x |
A CVXR Expression. |
The conjugate-transpose expression.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.