View source: R/operator_algebra.R
| symmetric_operator | R Documentation |
Mark an operator as symmetric/Hermitian.
symmetric_operator(A, validate = TRUE, tol = 1e-10)
A |
Operator-like object. |
validate |
Whether to check the adjoint identity before marking the operator symmetric. |
tol |
Relative tolerance for the adjoint check. |
An eigencore_operator with Hermitian structure metadata.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.