lu_decomposition.h

Back to LU decomposition

pastel/math/matrix/

// Description: Lu decomposition module
// Documentation: lu_decomposition.txt

#ifndef PASTELMATH_LU_DECOMPOSITION_H_MODULE
#define PASTELMATH_LU_DECOMPOSITION_H_MODULE

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

#endif