代码搜索:Matrices

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

代码结果 3,616
www.eeworm.com/read/183443/9158970

m evaluate.m

function K = evaluate(ker, x1, x2) % EVALUATE % % Evaluate a linear kernel, for example % % K = evaluate(ker, x1, x2); % % where x1 and x2 are matrices containing input patterns, where ea
www.eeworm.com/read/181389/9256476

m evaluate.m

function K = evaluate(ker, x1, x2) % EVALUATE % % Evaluate a Gaussian radial basis kernel, for example % % K = evaluate(kernel, x1, x2); % % where x1 and x2 are matrices containing input p
www.eeworm.com/read/181389/9256556

m evaluate.m

function K = evaluate(ker, x1, x2) % EVALUATE % % Evaluate a linear kernel, for example % % K = evaluate(ker, x1, x2); % % where x1 and x2 are matrices containing input patterns, where ea
www.eeworm.com/read/181388/9256621

m evaluate.m

function K = evaluate(ker, x1, x2) % EVALUATE % % Evaluate a Gaussian radial basis kernel, for example % % K = evaluate(kernel, x1, x2); % % where x1 and x2 are matrices containing input p
www.eeworm.com/read/181388/9256704

m evaluate.m

function K = evaluate(ker, x1, x2) % EVALUATE % % Evaluate a linear kernel, for example % % K = evaluate(ker, x1, x2); % % where x1 and x2 are matrices containing input patterns, where ea
www.eeworm.com/read/178406/9399893

m shaffet.m

function [M,K,F]=shaftfet(x,d,MAT,bc,DISCS,xf,flex_links,JPx) %[M,K,F]=shaftfet(x,d,MAT,bc[,DISCS],[xf],[flex_links]) % % % build a global mass & stifness matrices of a round shaft beam % under
www.eeworm.com/read/372507/9507298

cpp mmult2.cpp

// multiply compatible matrices #include #include "make2db.h" template void Mult(T **a, T **b, T **c, int m, int n, int p) {// Multiply the m x n matrix a and the n x p
www.eeworm.com/read/168218/9932140

cpp mmult2.cpp

// multiply compatible matrices #include #include "make2db.h" template void Mult(T **a, T **b, T **c, int m, int n, int p) {// Multiply the m x n matrix a and the n x p
www.eeworm.com/read/168218/9933549

cpp mmult2.cpp

// multiply compatible matrices #include #include "make2db.h" template void Mult(T **a, T **b, T **c, int m, int n, int p) {// Multiply the m x n matrix a and the n x p
www.eeworm.com/read/358669/10182321

m cornerfinder.m

function [xc,good,bad,type] = cornerfinder(xt,I,wintx,winty,wx2,wy2); %[xc] = cornerfinder(xt,I); % %Finds the sub-pixel corners on the image I with initial guess xt %xt and xc are 2xN matrices.