Go to the source code of this file.
Variables |
static const char | NotEnoughInputParms [] = "Not enough input parameters in input file" |
static const char | MatrixSquare [] = "Matrix must be square" |
static const char | DnNotEqualCInRow [] = "Data input matrix, d, must have same dimension as noise Covariance, CI" |
static const char | MnRowNotEqualCInRow [] = "Kernel matrix, M, must have same number of rows as noise Covariance, CI" |
static const char | MnColNotEqualRnRow [] = "Kernel matrix, M, columns must equal rows of Regularization matrix, R" |
static const char | KernelCovXYSame [] = "First two dimensions of Kernel and Noise Covariance must be the same" |
static const char | ZeroLambda [] = "Performing inversion with lambda = 0.0; zero is not considered a valid value for lambda" |
Variable Documentation
const char KernelCovXYSame[] = "First two dimensions of Kernel and Noise Covariance must be the same" [static] |
const char MatrixSquare[] = "Matrix must be square" [static] |
const char MnColNotEqualRnRow[] = "Kernel matrix, M, columns must equal rows of Regularization matrix, R" [static] |
const char MnRowNotEqualCInRow[] = "Kernel matrix, M, must have same number of rows as noise Covariance, CI" [static] |
const char ZeroLambda[] = "Performing inversion with lambda = 0.0; zero is not considered a valid value for lambda" [static] |