Fri, 08 May 2026 17:16:34 -0500
Do not directly depend on ndarray, but through numpy
--- BasedOnStyle: LLVM IndentWidth: 4 ColumnLimit: 98 --- Language: Cpp # Force pointers to the type for C++. DerivePointerAlignment: false PointerAlignment: Left NamespaceIndentation: All AllowShortIfStatementsOnASingleLine: false AllowShortLoopsOnASingleLine: false AllowShortBlocksOnASingleLine: Never AllowShortFunctionsOnASingleLine: None ---