代码搜索:Matrices

找到约 3,616 项符合「Matrices」的源代码

代码结果 3,616
www.eeworm.com/read/263879/11338250

m sort.m

%列状数据升序排列 %例如 % A=[11 4 0.2;22 3 0.5;0 3 0.4]; % sort(A) % %SORT Sort in ascending order. % For vectors, SORT(X) sorts the elements of X in ascending order. % For matrices, SORT(X)
www.eeworm.com/read/400577/11572592

m mds_stress.m

%MDS_STRESS - Sammon stress between dissimilarity matrices % % E = MDS_STRESS(q,Ds,D) % % INPUT % q Indicator of the Sammon stress; q = -2,-1,0,1,2 % Ds Original distance matrix % D App
www.eeworm.com/read/346528/11739291

m comm.m

%comm Commutator of two matrices. % comm(A,B)=AB-BA gives the commutator of A and B. % Copyright (C) 2006 Geza Toth E.mail: toth@alumni.nd.edu % % This program is free software; you can redistr
www.eeworm.com/read/255755/12057227

m mds_stress.m

%MDS_STRESS - Sammon stress between dissimilarity matrices % % E = MDS_STRESS(q,Ds,D) % % INPUT % q Indicator of the Sammon stress; q = -2,-1,0,1,2 % Ds Original distance matrix % D App
www.eeworm.com/read/150905/12248283

m mds_stress.m

%MDS_STRESS - Sammon stress between dissimilarity matrices % % E = MDS_STRESS(q,Ds,D) % % INPUT % q Indicator of the Sammon stress; q = -2,-1,0,1,2 % Ds Original distance matrix % D App
www.eeworm.com/read/252193/12294897

c 12-4.c

#include #include #include #include “pt.h” /*自定义头文件*/ #define NTHREADS 4 /* global data area */ int mwork,nwork,pwork; /* dimensions of matrices
www.eeworm.com/read/149739/12352661

m mds_stress.m

%MDS_STRESS - Sammon stress between dissimilarity matrices % % E = MDS_STRESS(q,Ds,D) % % INPUT % q Indicator of the Sammon stress; q = -2,-1,0,1,2 % Ds Original distance matrix % D App
www.eeworm.com/read/250980/12372146

m distance_kld.m

function K = distance_KLD(v, P, Q) %function K = distance_KLD(v, P, Q) % % INPUTS: % v - difference between two means v = p - q % P, Q - covariance matrices % % OUTPUT: % K - Kullback Le
www.eeworm.com/read/337307/12377666

m sort.m

%列状数据升序排列 %例如 % A=[11 4 0.2;22 3 0.5;0 3 0.4]; % sort(A) % %SORT Sort in ascending order. % For vectors, SORT(X) sorts the elements of X in ascending order. % For matrices, SORT(X)
www.eeworm.com/read/222350/14695277

in makefile.in

# Variables substituted by the autoconf configure script: SHELL = @SHELL@ CC = @CC@ CFLAGS = @CFLAGS@ CPPFLAGS = -I../src/util -I../src/matrices -I../src/maxwell @CPPFLAGS@ DEFS = @DEFS@ LDFLAGS = @