rayleigh_ritz: Rayleigh-Ritz projection in a trial basis.

View source: R/orthogonalization.R

rayleigh_ritzR Documentation

Rayleigh-Ritz projection in a trial basis.

Description

Rayleigh-Ritz projection in a trial basis.

Usage

rayleigh_ritz(A, Q, B = NULL, target = largest(), symmetric = TRUE)

Arguments

A

Dense matrix defining the projected eigenproblem.

Q

Trial-basis matrix with basis vectors in columns.

B

Optional symmetric positive-definite metric matrix.

target

Eigencore target descriptor.

symmetric

Whether the projected problem should be treated as symmetric/Hermitian.


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