check_adjoint: Check an operator adjoint identity.

View source: R/operator_algebra.R

check_adjointR Documentation

Check an operator adjoint identity.

Description

Check an operator adjoint identity.

Usage

check_adjoint(A, trials = 20, tol = 1e-12, seed = NULL)

Arguments

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.

Value

An eigencore_adjoint_check list with pass/fail status, tolerance, maximum relative error, per-trial errors, and trial count.


eigencore documentation built on July 26, 2026, 1:06 a.m.