mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
split the coeffs accessors/mutators into a separate Coeffs.h file
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user