mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
doc and use sed to clean the class hierarchy instead of
preprocessor directives.
This commit is contained in:
4
doc/cleanhierarchy.sh
Executable file
4
doc/cleanhierarchy.sh
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
sed -i 's/^.li.*MatrixBase\<.*gt.*a.$/ /g' $1
|
||||
sed -i 's/^.li.*MapBase\<.*gt.*a.$/ /g' $1
|
||||
Reference in New Issue
Block a user