mirror of
https://github.com/boostorg/ublas.git
synced 2026-02-26 17:12:10 +00:00
- add initializing constructors to matix<> and vector<> usage: matrix<double> m(3,3,5.0); vector<double> v(3,5.0); - avoid constructor call for std::complex<T>, user can specialize detail::has_trivial_constructor<T> to control this behavior [SVN r37209]