cholesky_decomposition.h

Back to Cholesky decomposition

pastel/math/matrix/

// Description: Cholesky decomposition module
// Documentation: cholesky_decomposition.txt

#ifndef PASTELMATH_CHOLESKY_DECOMPOSITION_H_MODULE
#define PASTELMATH_CHOLESKY_DECOMPOSITION_H_MODULE

#include "pastel/math/matrix/cholesky_decomposition/cholesky_decomposition.h"

#endif