代码搜索:Mat2
找到约 74 项符合「Mat2」的源代码
代码结果 74
www.eeworm.com/read/442927/7641753
m vecdist2.m
function distmat = vecdist(mat1, mat2, distort)
%VECDIST Distance between two set of vectors
% VECDIST(MAT1, MAT2) returns the distance matrix between two set
% of vectors MAT1 and MAT2. The elemen
www.eeworm.com/read/404736/11479486
m mesure_comp.m
% compare deux images
% mesure_COMP(Mat1,Mat2) ;
% affiche dans figure n
www.eeworm.com/read/277950/10591514
cpp 矩阵.cpp
#include
#include
template void inverse(T1 *mat1,T2 *mat2,int a,int b);
template void multi(T1 *mat1,T2 *mat2,T2 *result,i
www.eeworm.com/read/467321/7009668
cpp 矩阵的转置与相乘.cpp
#include
#include
template void inverse(T1*mat1,T2*mat2,int a,int b);
template void multi(T1*mat1,T2*mat2,T2*result,int a,
www.eeworm.com/read/467321/7009681
cpp 矩阵计算.cpp
#include
#include
template void inverse(T1 *mat1,T2*mat2,int a,int b);
template void multi(T1 *mat1,T2 *mat2,T2 *re,int a,in
www.eeworm.com/read/304950/13782479
cpp 矩阵的转置与相乘.cpp
#include
#include
template void inverse(T1*mat1,T2*mat2,int a,int b);
template void multi(T1*mat1,T2*mat2,T2*result,int a,
www.eeworm.com/read/304950/13782492
cpp 矩阵计算.cpp
#include
#include
template void inverse(T1 *mat1,T2*mat2,int a,int b);
template void multi(T1 *mat1,T2 *mat2,T2 *re,int a,in
www.eeworm.com/read/124325/14576527
cpp ex6_9_1.cpp
#include
#include
template void inverse(T1 *mat1,T2 *mat2,int a,int b);
template void multi(T1 *mat1,T2 *mat2,T2 *resul
www.eeworm.com/read/124314/14577282
cpp ex6_9_1.cpp
#include
#include
template void inverse(T1 *mat1,T2 *mat2,int a,int b);
template void multi(T1 *mat1,T2 *mat2,T2 *resul
www.eeworm.com/read/202818/15372075
m cosfn.m
% function [S] = cosFn(mat1,mat2),
% Computes the cosine (normalized dot product) between training vectors in
% columns of mat1 and test vectors in columns of mat2. Outputs a matrix of
% cosines