xtensor-stack / xtensor-blas

BLAS extension to xtensor
BSD 3-Clause "New" or "Revised" License
158 stars 55 forks source link

fix svd for horizontal and vertical #150

Closed wolfv closed 4 years ago

wolfv commented 4 years ago

This should fix #145

JohanMabille commented 4 years ago

Notice that VS2015 does not implement the relaxed constraints on constexpr that were introduced in C++14 (thus the compilation switch to fix the issue).