mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Add cholesky's members to MatrixBase
Various documentation improvements including new snippets (AngleAxis and Cholesky)
This commit is contained in:
@@ -4,7 +4,7 @@ echo "namespace Eigen {"
|
||||
echo "/** \page ExampleList"
|
||||
echo "<h1>Selected list of examples</h1>"
|
||||
|
||||
grep \\addexample $1/Eigen/* -R | cut -d \\ -f 2- | \
|
||||
grep \\addexample $1/Eigen/src/*/*.h -R | cut -d \\ -f 2- | \
|
||||
while read example;
|
||||
do
|
||||
anchor=`echo "$example" | cut -d " " -f 2`
|
||||
|
||||
Reference in New Issue
Block a user