* add Gael a (c) line in IO.h

* let user change default format by defining EIGEN_DEFAULT_IO_FORMAT
* improve docs a little
This commit is contained in:
Benoit Jacob
2008-11-17 12:45:57 +00:00
parent 139529e97b
commit 3614321401
2 changed files with 13 additions and 5 deletions

View File

@@ -111,6 +111,10 @@ using Eigen::ei_cos;
#define EIGEN_RESTRICT __restrict
#ifndef EIGEN_DEFAULT_IO_FORMAT
#define EIGEN_DEFAULT_IO_FORMAT Eigen::IOFormat()
#endif
#define EIGEN_INHERIT_ASSIGNMENT_OPERATOR(Derived, Op) \
template<typename OtherDerived> \
Derived& operator Op(const Eigen::MatrixBase<OtherDerived>& other) \