Eigen (C++ library): Difference between revisions

No edit summary
Line 12: Line 12:
*<code>-DEIGEN_NO_DEBUG</code> Set preprocessor define for eigen optimizations
*<code>-DEIGEN_NO_DEBUG</code> Set preprocessor define for eigen optimizations
*<code>-fopenmp</code> OpenMP parallel execution
*<code>-fopenmp</code> OpenMP parallel execution
===Data to Eigen===
You can use <code>Eigen::Map</code> to create an eigen view for your existing data.<br>
<syntaxhighlight lang="cpp">
</syntaxhighlight>


==Math==
==Math==