mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Use an aligned IOFormat in the docs
This commit is contained in:
@@ -4,13 +4,11 @@
|
||||
#include <Eigen/Cholesky>
|
||||
#include <Eigen/Geometry>
|
||||
|
||||
USING_PART_OF_NAMESPACE_EIGEN
|
||||
using namespace Eigen;
|
||||
using namespace std;
|
||||
|
||||
int main(int, char**)
|
||||
{
|
||||
cout.precision(3);
|
||||
${snippet_source_code}
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user