// This file is part of FMCA, the Fast Multiresolution Covariance Analysis
// package.
//
// Copyright (c) 2022, Michael Multerer
//
// All rights reserved.
//
// This source code is subject to the GNU Affero General Public License v3.0
// license and without any warranty, see <https://github.com/muchip/FMCA>
// for further information.
//
#ifndef FMCA_COVARIANCEKERNEL_MODULE_
#define FMCA_COVARIANCEKERNEL_MODULE_

/**
 *  \ingroup Modules
 *  \defgroup CovarianceKernel CovarianceKernel
 *  \brief Module providing a class of covariance kernel functions
 *
 **/
 
#include "src/util/Macros.h"
//
#include "Clustering"


#include "src/CovarianceKernel/CovarianceKernel.h"
#include "src/CovarianceKernel/SpaceTimePerKernel.h"
#include "src/CovarianceKernel/sparseKernelMatrixInverse.h"
#include "src/CovarianceKernel/sparseKernelMatrixInverseSqrt.h"

#endif
