is.toeplitz: test if argument is a symmetric Toeplitz matrix

Description Usage Arguments Details Value Author(s) See Also Examples

Description

Auxilary function, used to validate the input of TrenchInverse

Usage

1

Arguments

x

value to be tested

Details

A symmetric Toeplitz matrix of order n has (i,j)-entry of the form g[abs(1+i-j)], where g is a vector of length n.

Value

returns True or False according to whether x is or is not a symmetric Toeplitz matrix

Author(s)

A.I. McLeod

See Also

TrenchInverse, toeplitz

Examples

1
2

ltsa documentation built on May 2, 2019, 4:01 a.m.