You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
243 B
8 lines
243 B
#pragma once
|
|
|
|
// Include this utility header so we can access utility function from Eigen.
|
|
#include "src/utility/constants.h"
|
|
|
|
// Finally include the parts of Eigen we need.
|
|
#include <Eigen/Sparse>
|
|
#include <unsupported/Eigen/IterativeSolvers>
|