base.rpdsyevx: rpdsyevx

Description Usage Arguments Details

View source: R/base_scalapack.r

Description

Genearlized eigenvalue problem.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
base.rpdsyevx(
  jobz,
  range,
  n,
  a,
  desca,
  vl,
  vu,
  il,
  iu,
  abstol = 1e-08,
  orfac = 0.001
)

Arguments

jobz

Control for if vectors/values/both are returned.

range

Parameter to determine the search criteria for eigenvalues.

n

Problem size.

a

Matrix.

desca

ScaLAPACK descriptor array.

vl, vu

Endpoints of the interval subset of the real line in which to search for eigenvalues, if specified by range.

il, iu

Eigenvalues with indices il, ..., iu will be found, if specified by range.

abstol

Absolute error tolerance for the eigenvalues.

orfac

Eigenvectors with eigenvalues below orfac*norm(a) of each other are reorthogonalized.

Details

For advanced users only. See pbdDMAT for high-level functions.


RBigData/pbdBASE documentation built on Oct. 29, 2021, 6:19 p.m.