/external/opencv3/modules/ml/src/ |
nbayes.cpp | 265 gemm( diffin, u, 1, noArray(), 0, diffout, GEMM_2_T );
|
/external/opencv3/modules/ts/include/opencv2/ |
ts.hpp | 162 CV_EXPORTS void gemm(const Mat& src1, const Mat& src2, double alpha,
|
/external/opencv3/modules/java/src/ |
core+Core.java | 1611 public static void gemm(Mat src1, Mat src2, double alpha, Mat src3, double beta, Mat dst, int flags) method in class:Core 1620 public static void gemm(Mat src1, Mat src2, double alpha, Mat src3, double beta, Mat dst) method in class:Core [all...] |
core.cpp | [all...] |
/external/opencv3/modules/core/include/opencv2/ |
core.hpp | 400 For a not-per-element matrix product, see gemm . [all...] |
/external/opencv3/modules/core/misc/java/test/ |
CoreTest.java | 571 Core.gemm(m1, m2, 1.0, dmatrix, 1.0, dst); 602 Core.gemm(m1, m2, 1.0, dmatrix, 1.0, dst, Core.GEMM_1_T); [all...] |
/external/opencv3/modules/core/src/ |
lapack.cpp | [all...] |
matmul.cpp | 52 * GEMM * 847 ocl::Kernel k("gemm", cv::ocl::core::gemm_oclsrc, opts); 869 void cv::gemm( InputArray matA, InputArray matB, double alpha, function in class:cv [all...] |
matop.cpp | [all...] |
/external/eigen/blas/ |
level3_impl.h | 12 int EIGEN_BLAS_FUNC(gemm)(char *opa, char *opb, int *m, int *n, int *k, RealScalar *palpha, RealScalar *pa, int *lda, RealScalar *pb, int *ldb, RealScalar *pbeta, RealScalar *pc, int *ldc) function 14 // std::cerr << "in gemm " << *opa << " " << *opb << " " << *m << " " << *n << " " << *k << " " << *lda << " " << *ldb << " " << *ldc << " " << *palpha << " " << *pbeta << "\n"; 51 return xerbla_(SCALAR_SUFFIX_UP"GEMM ",&info,6); [all...] |
/external/opencv3/modules/imgproc/test/ |
test_imgwarp.cpp | 553 cv::gemm(invA, b, -1, Mat(), 0, invAb); [all...] |
/cts/apps/CtsVerifier/libs/ |
opencv3-android.jar | |
/external/opencv3/modules/ts/src/ |
ts_func.cpp | [all...] |