libcruft-util/coord
Danny Robson 046a369f55 coord: don't use kahan summation for sum(coord)
Our kahan summation algorithm has issues with infinities so we just
avoid using it in coordinates where speed and simplicity are more
important.
2017-06-16 17:38:55 +10:00
..
base.hpp coord: prefer cbegin/cend where possible 2017-06-13 14:18:00 +10:00
fwd.hpp quaternion: move out of coord infrastructure 2016-10-17 22:30:16 +11:00
init.hpp use nested namespace declarations 2017-01-05 15:06:49 +11:00
iostream.hpp stream: remove unneeded numeric class 2016-06-29 17:52:26 +10:00
names.hpp use nested namespace declarations 2017-01-05 15:06:49 +11:00
ops.hpp coord: don't use kahan summation for sum(coord) 2017-06-16 17:38:55 +10:00
store.hpp coord/store: avoid unused variable on non-sse alignment 2017-01-05 19:50:27 +11:00