jenswehner | 675b72e | 2021-11-09 23:49:01 +0100 | [diff] [blame] | 1 | --- |
jenswehner | 675b72e | 2021-11-09 23:49:01 +0100 | [diff] [blame] | 2 | BasedOnStyle: Google |
| 3 | ColumnLimit: 120 |
Charles Schlosser | ddb163f | 2024-08-01 00:29:36 +0000 | [diff] [blame] | 4 | --- |
| 5 | Language: Cpp |
Charles Schlosser | 0b646f3 | 2024-08-01 03:18:50 +0000 | [diff] [blame] | 6 | BasedOnStyle: Google |
| 7 | ColumnLimit: 120 |
Tyler Veness | d165c73 | 2024-05-20 23:02:42 +0000 | [diff] [blame] | 8 | StatementMacros: |
| 9 | - EIGEN_STATIC_ASSERT |
jenswehner | 675b72e | 2021-11-09 23:49:01 +0100 | [diff] [blame] | 10 | SortIncludes: false |
Alexander Richardson | 528b686 | 2022-10-10 16:44:47 +0000 | [diff] [blame] | 11 | AttributeMacros: |
| 12 | - EIGEN_STRONG_INLINE |
| 13 | - EIGEN_ALWAYS_INLINE |
| 14 | - EIGEN_DEVICE_FUNC |
| 15 | - EIGEN_DONT_INLINE |
| 16 | - EIGEN_DEPRECATED |
| 17 | - EIGEN_UNUSED |