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