print.gft_inv: Print an Inverse GFT Result

View source: R/GFT.R

print.gft_invR Documentation

Print an Inverse GFT Result

Description

Compact display of an object of class "gft_inv" as returned by inv_gft and the other inverse-GFT solvers.

Usage

## S3 method for class 'gft_inv'
print(x, ...)

Arguments

x

an object of class "gft_inv".

...

ignored.

Value

x, invisibly.

Examples

r <- inv_gft(gft(0.9^abs(outer(1:5, 1:5, "-"))))
print(r)

GFT documentation built on Aug. 23, 2026, 5:10 p.m.