GitHunt
VA

Vasar007/cx_matrix

Constexpr matrices with computational mathematic methods. (#constexpr_ALL_the_things)

cx_matrix

License
Build Status
CodeFactor
Try online

Constexpr matrices with computational mathematic methods. (#constexpr_ALL_the_things)
Inspired by this talk.

Screenshots

My proof
Screenshot

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.

Languages

C++96.6%CMake2.2%Shell1.2%

Contributors

Apache License 2.0
Created March 20, 2018
Updated March 21, 2020
Vasar007/cx_matrix | GitHunt