is.SPD {lgcp} | R Documentation |
is.SPD function
Description
A function to compute whether a block circulant matrix is symmetric positive definite (SPD), given its base matrix.
Usage
is.SPD(base)
Arguments
base |
base matrix of a block circulant matrix |
Value
logical, whether the circulant matrix the base represents is SPD
[Package lgcp version 2.0 Index]