mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Clean the manual page titles, links and intro.
This commit is contained in:
@@ -2,9 +2,6 @@ namespace Eigen {
|
||||
|
||||
/** \eigenManualPage TutorialAdvancedInitialization Advanced initialization
|
||||
|
||||
\li \b Previous: \ref TutorialBlockOperations
|
||||
\li \b Next: \ref TutorialLinearAlgebra
|
||||
|
||||
This page discusses several advanced methods for initializing matrices. It gives more details on the
|
||||
comma-initializer, which was introduced before. It also explains how to get special matrices such as the
|
||||
identity matrix and the zero matrix.
|
||||
@@ -160,8 +157,6 @@ The \link CommaInitializer::finished() finished() \endlink method is necessary h
|
||||
object once the comma initialization of our temporary submatrix is done.
|
||||
|
||||
|
||||
\li \b Next: \ref TutorialLinearAlgebra
|
||||
|
||||
*/
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user