split the coeffs accessors/mutators into a separate Coeffs.h file

This commit is contained in:
Benoit Jacob
2007-12-18 16:02:14 +00:00
parent 3380429e3a
commit 8bb98a80b4
4 changed files with 148 additions and 53 deletions

View File

@@ -36,7 +36,7 @@ template<typename MatrixType> void basicStuff(const MatrixType& m)
2) Implicitly (the core stuff):
MatrixBase.h Matrix.h MatrixStorage.h CopyHelper.h MatrixRef.h
NumTraits.h Util.h
NumTraits.h Util.h MathFunctions.h OperatorEquals.h Coeffs.h
*/
typedef typename MatrixType::Scalar Scalar;