mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-03-31 19:00:35 +08:00
20 lines
399 B
YAML
20 lines
399 B
YAML
---
|
|
BasedOnStyle: Google
|
|
ColumnLimit: 120
|
|
---
|
|
Language: Cpp
|
|
BasedOnStyle: Google
|
|
ColumnLimit: 120
|
|
StatementMacros:
|
|
- EIGEN_STATIC_ASSERT
|
|
- EIGEN_INITIALIZE_COEFFS_IF_THAT_OPTION_IS_ENABLED
|
|
- EIGEN_INTERNAL_DENSE_STORAGE_CTOR_PLUGIN
|
|
SortIncludes: false
|
|
AttributeMacros:
|
|
- EIGEN_STRONG_INLINE
|
|
- EIGEN_ALWAYS_INLINE
|
|
- EIGEN_DEVICE_FUNC
|
|
- EIGEN_DONT_INLINE
|
|
- EIGEN_DEPRECATED
|
|
- EIGEN_UNUSED
|