.is.CNSD {mev} | R Documentation |
Is the matrix conditionally negative semi-definite? Function adapted from 'is.CNSD' in the CEGO package, v 2.1.0
Description
Is the matrix conditionally negative semi-definite? Function adapted from 'is.CNSD' in the CEGO package, v 2.1.0
Usage
.is.CNSD(X, tol = 1e-08)
Arguments
X |
a symmetric matrix |
tol |
tolerance value; eigenvalues between |
Author(s)
Martin Zaefferer
[Package mev version 1.17 Index]