reorganization/cleanup

This commit is contained in:
Benoit Jacob
2008-01-11 07:16:18 +00:00
parent 45a4b61b5f
commit aae0667e1e
4 changed files with 72 additions and 44 deletions

View File

@@ -96,7 +96,7 @@ template<typename Scalar, typename Derived> class MatrixBase
* other hand, this MatrixBase type is an actual matrix or vector type, then \a Ref is
* a typedef to MatrixRef, which works as a reference, so that matrices and vectors
* are passed by reference, not by value. \sa ref()*/
typedef typename ForwardDecl<Derived>::Ref Ref;
typedef typename Reference<Derived>::Type Ref;
/** This is the "real scalar" type; if the \a Scalar type is already real numbers
* (e.g. int, float or double) then \a RealScalar is just the same as \a Scalar. If