Loading...
Searching...
No Matches
8#ifndef EIGEN_CHOLESKY_MODULE_H
9#define EIGEN_CHOLESKY_MODULE_H
14#include "src/Core/util/DisableStupidWarnings.h"
32#include "src/Cholesky/LLT.h"
33#include "src/Cholesky/LDLT.h"
34#ifdef EIGEN_USE_LAPACKE
36#include "mkl_lapacke.h"
38#include "src/misc/lapacke.h"
40#include "src/Cholesky/LLT_LAPACKE.h"
43#include "src/Core/util/ReenableStupidWarnings.h"