endas.cov.DenseCovariance

class endas.cov.DenseCovariance(C)

Bases: endas.CovarianceOperator

Dense covariance matrix as CovarianceOperator.

This is a trivial wrapper around a dense covariance matrix stored in a NumPy array. Use only on small problems when other representations don’t fit.

Parameters:C – Square NumPy matrix or array representing the covariance matrix.