Loading...
Searching...
No Matches
10#ifndef EIGEN_SPARSECHOLESKY_MODULE_H
11#define EIGEN_SPARSECHOLESKY_MODULE_H
14#include "OrderingMethods"
16#include "src/Core/util/DisableStupidWarnings.h"
34#error The SparseCholesky module has nothing to offer in MPL2 only mode
37#include "src/SparseCholesky/SimplicialCholesky.h"
39#ifndef EIGEN_MPL2_ONLY
40#include "src/SparseCholesky/SimplicialCholesky_impl.h"
43#include "src/Core/util/ReenableStupidWarnings.h"