mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-03-07 18:27:40 +08:00
13 lines
216 B
YAML
13 lines
216 B
YAML
---
|
|
Language: Cpp
|
|
BasedOnStyle: Google
|
|
ColumnLimit: 120
|
|
SortIncludes: false
|
|
AttributeMacros:
|
|
- EIGEN_STRONG_INLINE
|
|
- EIGEN_ALWAYS_INLINE
|
|
- EIGEN_DEVICE_FUNC
|
|
- EIGEN_DONT_INLINE
|
|
- EIGEN_DEPRECATED
|
|
- EIGEN_UNUSED
|