mirror of
https://github.com/boostorg/ublas.git
synced 2026-02-26 05:02:16 +00:00
83a3bbd3985eb004a1ad92c9d391c2bb9c870a8e
- 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 path=/trunk/boost/boost/numeric/ublas/; revision=37209
Description
Mirrored via gitea-mirror
Languages
C++
99%
QMake
0.5%
Python
0.3%
Shell
0.1%