residuals: Extract residual diagnostics.

residualsR Documentation

Extract residual diagnostics.

Description

Methods for the stats::residuals() generic: return the per-pair (or per-triplet) residual norms stored in an eigencore result or certificate.

Usage

## S3 method for class 'eigencore_eigen_result'
residuals(object, ...)

## S3 method for class 'eigencore_svd_result'
residuals(object, ...)

## S3 method for class 'eigencore_certificate'
residuals(object, ...)

Arguments

object

An eigencore result or certificate object.

...

Reserved for future methods.


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