- improve and comment the "BasicStuff" test.

- adjust behavior of Matrix(int,int) constructor
- s/EI_/EIGEN_/
This commit is contained in:
Benoit Jacob
2007-11-26 08:47:07 +00:00
parent f14712a1a3
commit 5309ef5b5e
29 changed files with 246 additions and 212 deletions

View File

@@ -23,8 +23,8 @@
// License. This exception does not invalidate any other reasons why a work
// based on this file might be covered by the GNU General Public License.
#ifndef EI_FUZZY_H
#define EI_FUZZY_H
#ifndef EIGEN_FUZZY_H
#define EIGEN_FUZZY_H
template<typename Scalar, typename Derived>
template<typename OtherDerived>
@@ -88,4 +88,4 @@ bool Object<Scalar, Derived>::isMuchSmallerThan(
}
}
#endif // EI_FUZZY_H
#endif // EIGEN_FUZZY_H