Schur: schur

Description Usage Arguments Value Slots See Also Examples

Description

Schur Decomposition of a matrix,FLMatrix

Schur Calculates the Schur decomposition of a square matrix (n x n) with real eigenvalues.

Usage

1
Schur(object, ...)

Arguments

Objectis

of class FLMatrix.

Value

Schur returns a list of two components:

Q

an Orthogonal FLMatrix

T

an Upper Triangle FLMatrix.

Slots

results

cache list of results computed.

data

Input data object.

call

call of the function.

See Also

Schur for R reference implementation.

Examples

1
2
flmatrix <- FLMatrix(getTestTableName("tblMatrixMulti"), 5,"MATRIX_ID","ROW_ID","COL_ID","CELL_VAL")
resultList <- Schur(flmatrix)

Fuzzy-Logix/AdapteR documentation built on May 6, 2019, 5:07 p.m.