Changeset 37209

Timestamp:
Mar 16, 2007, 10:39:17 PM (16 years ago)
Author:
Gunter
Message:
  • 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
(No files)

Note: See TracChangeset for help on using the changeset viewer.