Skip to content

Latest commit

 

History

76 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages