Files
ceres-solver/include/ceres
Sameer Agarwal 31f24521cc Deprecate macros.h and fpclassify.h
1. Replace CERES_DISALLOW_* with explicitly deleted constructors.
2. Replace use of CERES_ARRAY_SIZE and stack allocated arrays
   with std::vector.
3. Move CERES_ALIGN_* macros into manual_constructor.h, which is
   the one place they are used and will be deprecated along with that
   file.
4. Introduce isnan,isnormal,isinf and isfinite for Jets.
5. Replace IsNormal,IsFinite,IsNaN and IsInfinite with corresponding
   c++11 function calls.

Change-Id: I04f33a221aae77d247602150988b6d4aa4efeeab
2018-04-18 09:54:42 -07:00
..
2018-04-18 09:54:42 -07:00
2018-04-03 10:58:15 -07:00
2018-03-07 12:41:22 -08:00
2018-04-18 09:54:42 -07:00
2018-04-03 10:58:15 -07:00
2018-04-18 09:54:42 -07:00
2018-04-18 09:54:42 -07:00