Skip to content

Constexpr matrices with computational mathematic methods. (#constexpr_ALL_the_things)

License

Notifications You must be signed in to change notification settings

Vasar007/cx_matrix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Constexpr matrices with computational mathematic methods. (#constexpr_ALL_the_things)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published