2
0
mirror of https://github.com/boostorg/ublas.git synced 2026-02-22 03:42:19 +00:00
Gunter Winkler 46dea3c416 - add optimizations for trivial constructors to array types
- 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]
2007-03-16 22:39:17 +00:00
2005-06-17 13:01:24 +00:00
2005-06-17 13:01:24 +00:00
2005-06-17 13:01:24 +00:00
2005-06-17 13:01:24 +00:00
2002-09-14 09:26:03 +00:00
2006-11-07 19:11:57 +00:00
Description
Mirrored via gitea-mirror
50 MiB
Languages
C++ 99%
QMake 0.5%
Python 0.3%
Shell 0.1%