Logo
Explore Help
Sign In
devtools/eigen
1
0
Fork 0
You've already forked eigen
mirror of https://gitlab.com/libeigen/eigen.git synced 2026-04-10 11:34:33 +08:00
Code Issues Packages Projects Releases Wiki Activity
Files
dc5fd8dfffad9c19dc6699d5ab1f435f1c10b6e8
eigen/doc/snippets/compile_snippet.cpp.in

10 lines
152 B
C++
Raw Normal View History

part 2 of the reorganization. Benefits/changes: 1) Eigen2 co-installable with Eigen1 without conflict, without affecting programs including either. 2) #include<Eigen/Core> without the .h without conflict with the Core/ directory 3) Uniformize coding style of the CMakeLists.
2007-12-28 16:20:00 +00:00
#include <Eigen/Core>
many small fixes and documentation improvements, this should be alpha5.
2008-05-29 03:12:30 +00:00
#include <Eigen/LU>
- rework the coefficients API - make vectors use a separate loop unroller, so that copying a row-vector into a col-vector is now possible - add much more documentation - misc improvements
2007-12-24 11:14:25 +00:00
USING_PART_OF_NAMESPACE_EIGEN
now cmake takes snippets of code, completes them into compilable sources, builds them, executes them and stores their output in files.
2007-12-21 09:30:32 +00:00
using namespace std;
int main(int, char**)
{
${snippet_source_code}
now we also have a examples/ directory for self-contained examples, and this is already used to document DynBlock
2007-12-21 10:35:00 +00:00
return 0;
now cmake takes snippets of code, completes them into compilable sources, builds them, executes them and stores their output in files.
2007-12-21 09:30:32 +00:00
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.3 Page: 678ms Template: 4ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API