mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
* move memory related stuff to util/Memory.h
* clean ugly doxygen inheritence of expressions * keep improving the documentation... slowly !
This commit is contained in:
@@ -4,7 +4,7 @@ namespace Eigen {
|
||||
|
||||
<h1>Customizing Eigen</h1>
|
||||
|
||||
Eigen2 can be extended in several way, for instance, by defining global methods, \link ExtendingMatrixBase by adding custom methods to MatrixBase \endlink, etc.
|
||||
Eigen2 can be extended in several way, for instance, by defining global methods, \ref ExtendingMatrixBase "by adding custom methods to MatrixBase", etc.
|
||||
|
||||
\section ExtendingMatrixBase Extending MatrixBase
|
||||
|
||||
|
||||
Reference in New Issue
Block a user