opencv/modules/core/test
Tomoaki Teshima 3cbe60cca2 Merge pull request #9753 from tomoaki0705:universalMatmul
* add accuracy test and performance check for matmul
  * add performance tests for transform and dotProduct
  * add test Core_TransformLargeTest for 8u version of transform

* remove raw SSE2/NEON implementation from matmul.cpp
  * use universal intrinsic instead of raw intrinsic
  * remove unused templated function
  * add v_matmuladd which multiply 3x3 matrix and add 3x1 vector
  * add v_rotate_left/right in universal intrinsic
  * suppress intrinsic on some function and platform
  * add pure SW implementation of new universal intrinsics
  * add test for new universal intrinsics

* core: prevent memory access after the end of buffer

* fix perf tests
2017-11-20 15:56:53 +03:00
..
ocl
test_arithm.cpp Revert changes of mean and meanStdDev 2017-09-17 21:00:28 +02:00
test_concatenation.cpp
test_conjugate_gradient.cpp
test_countnonzero.cpp
test_downhill_simplex.cpp
test_ds.cpp
test_dxt.cpp
test_eigen.cpp core: cv::eigenNonSymmetric() via EigenvalueDecomposition 2017-10-01 07:45:32 +00:00
test_hal_core.cpp
test_intrin_utils.hpp Merge pull request #9753 from tomoaki0705:universalMatmul 2017-11-20 15:56:53 +03:00
test_intrin.cpp Merge pull request #9753 from tomoaki0705:universalMatmul 2017-11-20 15:56:53 +03:00
test_intrin.fp16.cpp
test_io.cpp
test_ippasync.cpp
test_lpsolver.cpp
test_main.cpp
test_mat.cpp Merge pull request #9818 from tz70s:issue#9570 2017-10-11 15:19:17 +00:00
test_math.cpp Merge pull request #9753 from tomoaki0705:universalMatmul 2017-11-20 15:56:53 +03:00
test_misc.cpp
test_operations.cpp
test_precomp.hpp
test_ptr.cpp
test_rand.cpp
test_rotatedrect.cpp
test_umat.cpp
test_utils.cpp