Split stat.cpp into smaller pieces
authorMaksim Shabunin <maksim.shabunin@gmail.com>
Tue, 6 Feb 2018 12:54:14 +0000 (15:54 +0300)
committerMaksim Shabunin <maksim.shabunin@gmail.com>
Mon, 12 Feb 2018 11:14:08 +0000 (14:14 +0300)
commit4437e0c3b96f0bab484bbc3b5ef8cf85b0b95040
tree4566cc3c768a6aae9b23c3ff00c090fb1b5de1d6
parentab0f0f26a1d82e71d756a8b08f061a69214a0f10
Split stat.cpp into smaller pieces
modules/core/src/batch_distance.cpp [new file with mode: 0644]
modules/core/src/count_non_zero.cpp [new file with mode: 0644]
modules/core/src/mean.cpp [new file with mode: 0644]
modules/core/src/minmax.cpp [new file with mode: 0644]
modules/core/src/norm.cpp [new file with mode: 0644]
modules/core/src/stat.cpp [deleted file]
modules/core/src/stat.hpp [new file with mode: 0644]
modules/core/src/stat_c.cpp [new file with mode: 0644]
modules/core/src/sum.cpp [new file with mode: 0644]