Skip to content

Vasar007/numerical_mathematics_methods

Repository files navigation

numerical_mathematics_methods

License Build Status CodeFactor

Implementation of some numerical mathematics methods.

Compiling

This project is compiled by Clang v5.0.0 and parameters: clang++ -std=c++1z -O1 -Wall -Wextra -pedantic -Xclang -flto-visibility-public-std -fconstexpr-steps=1000000000.

Also it would be compiled by GCC v7.1 and higher.

MSVC from the v19.14 (VS v15.7) has some issues with constexpr statements and sometimes "Internal compiler error" occurs. But code could be compiled too.

License information

This project is licensed under the terms of the Apache License 2.0.

About

Implementation of some numerical mathematics methods.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages