mirror of
https://gitlab.com/libeigen/eigen.git
synced 2024-12-27 07:29:52 +08:00
3cd2a125b2
- 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
9 lines
134 B
C++
9 lines
134 B
C++
#include <Eigen/Core.h>
|
|
USING_PART_OF_NAMESPACE_EIGEN
|
|
using namespace std;
|
|
int main(int, char**)
|
|
{
|
|
${snippet_source_code}
|
|
return 0;
|
|
}
|