mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Move inheritance from Eigen example in stand-alone file.
Also fix a small mistake (Vector3d instead of VectorXd).
This commit is contained in:
@@ -5,7 +5,8 @@ namespace Eigen {
|
||||
There are two uses for the \c template and \c typename keywords in C++. One of them is fairly well known
|
||||
amongst programmers: to define templates. The other use is more obscure: to specify that an expression refers
|
||||
to a template function or a type. This regularly trips up programmers that use the %Eigen library, often
|
||||
leading to error messages from the compiler that are difficult to understand.
|
||||
leading to error messages from the compiler that are difficult to understand, such as "expected expression" or
|
||||
"no match for operator<".
|
||||
|
||||
\eigenAutoToc
|
||||
|
||||
|
||||
Reference in New Issue
Block a user