Program Listing for File preconditioners.hpp
↰ Return to documentation for file (include/eigenpy/solvers/preconditioners.hpp
)
/*
* Copyright 2017 CNRS
*/
#ifndef __eigenpy_preconditioners_hpp__
#define __eigenpy_preconditioners_hpp__
#include "eigenpy/config.hpp"
namespace eigenpy {
void EIGENPY_DLLAPI exposePreconditioners();
} // namespace eigenpy
#endif // define __eigenpy_preconditioners_hpp__