blob: b48874efafb268a3fd36b62a3821cdb6105fcfa2 [file] [log] [blame]
jenswehner675b72e2021-11-09 23:49:01 +01001---
jenswehner675b72e2021-11-09 23:49:01 +01002BasedOnStyle: Google
3ColumnLimit: 120
Charles Schlosserddb163f2024-08-01 00:29:36 +00004---
5Language: Cpp
Charles Schlosser0b646f32024-08-01 03:18:50 +00006BasedOnStyle: Google
7ColumnLimit: 120
Tyler Venessd165c732024-05-20 23:02:42 +00008StatementMacros:
9 - EIGEN_STATIC_ASSERT
jenswehner675b72e2021-11-09 23:49:01 +010010SortIncludes: false
Alexander Richardson528b6862022-10-10 16:44:47 +000011AttributeMacros:
12- EIGEN_STRONG_INLINE
13- EIGEN_ALWAYS_INLINE
14- EIGEN_DEVICE_FUNC
15- EIGEN_DONT_INLINE
16- EIGEN_DEPRECATED
17- EIGEN_UNUSED