QZ (version 0.1-7)

Print methods: Functions for Printing Objects According to Classes

Description

Several classes are declared in QZ, and these are functions to print objects.

Usage

# S3 method for zgges
print(x, digits = max(4, getOption("digits") - 3), ...)
# S3 method for zggev
print(x, digits = max(4, getOption("digits") - 3), ...)
# S3 method for ztgsen
print(x, digits = max(4, getOption("digits") - 3), ...)
# S3 method for dgges
print(x, digits = max(4, getOption("digits") - 3), ...)
# S3 method for dggev
print(x, digits = max(4, getOption("digits") - 3), ...)
# S3 method for dtgsen
print(x, digits = max(4, getOption("digits") - 3), ...)

# S3 method for zgees print(x, digits = max(4, getOption("digits") - 3), ...) # S3 method for zgeev print(x, digits = max(4, getOption("digits") - 3), ...) # S3 method for ztrsen print(x, digits = max(4, getOption("digits") - 3), ...) # S3 method for dgees print(x, digits = max(4, getOption("digits") - 3), ...) # S3 method for dgeev print(x, digits = max(4, getOption("digits") - 3), ...) # S3 method for dtrsen print(x, digits = max(4, getOption("digits") - 3), ...)

Arguments

x

an object with the class attributes.

digits

for printing out numbers.

other possible options.

Value

The results will cat or print on the STDOUT by default.

Details

These are useful functions for summarizing and debugging. Use names or str to explore the details.

References

Anderson, E., et al. (1999) LAPACK User's Guide, 3rd edition, SIAM, Philadelphia.

http://en.wikipedia.org/wiki/Schur_decomposition

See Also

qz.zgges, qz.zggev, qz.ztgsen, qz.dgges, qz.dggev, qz.dtgsen, qz.zgees, qz.zgeev, qz.ztrsen, qz.dgees, qz.dgeev, qz.dtrsen.

Examples

Run this code
# NOT RUN {
# Functions applied by directly type the names of objects.
# }

Run the code above in your browser using DataLab