IS-UMK / lemkis

Projects for M. Lemańczyk classes. For educational purpose only.
MIT License
8 stars 16 forks source link

Gaussian elimination final #19

Closed andriybriliant closed 2 months ago

andriybriliant commented 5 months ago

Line 460 to line 505 disabled flags because we didn't really know how to split function gaussian_diagonal into helper functions so that it complies with clang-tidy requirements and make it look not ugly at the same time. Also removed enum class axis because it's not neccessary in the next project.

andriybriliant commented 2 months ago

When using find ./algebra2 ./discrete_math/ -iname '*.cxx' -o -iname '*.ixx' | xargs clang-tidy-18 -p ./build/debug/ --extra-arg=-std=c++26 not every file is compiled for some reason, but when using gnu++26 instead of c++26 everything works.