add more unit-tests (covering transpose, conjugate, adjoint, dot product...)

This commit is contained in:
Benoit Jacob
2007-11-28 15:34:40 +00:00
parent 39f1776bde
commit 2fdd067d9e
5 changed files with 102 additions and 3 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 EIGEN_OBJECT_H
#define EIGEN_OBJECT_H
#ifndef EIGEN_MATRIXBASE_H
#define EIGEN_MATRIXBASE_H
template<typename Scalar, typename Derived> class MatrixBase
{
@@ -197,4 +197,4 @@ std::ostream & operator <<
return s;
}
#endif // EIGEN_OBJECT_H
#endif // EIGEN_MATRIXBASE_H