View source: R/operator_algebra.R
| check_adjoint | R Documentation |
Check an operator adjoint identity.
check_adjoint(A, trials = 20, tol = 1e-12, seed = NULL)
A |
Operator-like object. |
trials |
Number of random block trials. |
tol |
Relative tolerance for each adjoint identity check. |
seed |
Optional random seed for reproducible trials. |
An eigencore_adjoint_check list with pass/fail status, tolerance,
maximum relative error, per-trial errors, and trial count.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.