代码搜索:performs
找到约 4,693 项符合「performs」的源代码
代码结果 4,693
www.eeworm.com/read/338293/12314592
m lanc_b.m
function [U,B_k,V] = lanc_b(A,p,k,reorth)
%LANC_B Lanczos bidiagonalization.
%
% B_k = lanc_b(A,p,k,reorth)
% [U,B_k,V] = lanc_b(A,p,k,reorth)
%
% Performs k steps of the Lanczos bidiagonalization pro
www.eeworm.com/read/123749/14614242
m krig.m
function [tp,ep]=krig(mod_opt,xc,yc,x,y,var,krig_para,model,model_para,hmsg)
% function [tp,ep]=krig(mod_opt,xc,yc,x,y,var,krig_para,model,model_para,hmsg)
% performs kriging and returns the kriged
www.eeworm.com/read/217301/14969669
m cyclicxover.m
function [c1,c2] = cyclicXover(p1,p2,bounds,Ops)
% Cyclic crossover takes two parents P1,P2 and performs cyclic
% crossover by Davis on permutation strings.
%
% function [c1,c2] = cyclicXover(p1
www.eeworm.com/read/210916/15189948
m lanc_b.m
function [U,B_k,V] = lanc_b(A,p,k,reorth)
%LANC_B Lanczos bidiagonalization.
%
% B_k = lanc_b(A,p,k,reorth)
% [U,B_k,V] = lanc_b(A,p,k,reorth)
%
% Performs k steps of the Lanczos bidiagonalization pro
www.eeworm.com/read/15788/540011
m conv2fft.m
function [out] = conv2fft(z1,z2,shape,shape2)
%CONV2FFT FFT-based two dimensional convolution.
% C = CONV2FFT(A, B) performs the 2-D convolution of matrices
% A and B. If [ma,na] = size(A)
www.eeworm.com/read/187741/5216772
sci opartmatchxover.sci
function [c1,c2]= OPartMatchXover(p1,p2,bounds,Ops)
// Orderbased crossover takes two parents P1,P2 and performs order
// based crossover by Davis.
//
// function [c1,c2] = orderbasedXover(p1,p
www.eeworm.com/read/396844/2406764
m spint.m
function [xpi,ypi] = spint(x1,y1,x2,y2)
%SPINT Simple polygon intersection.
% [XI,YI] = SPINT(X1,Y1,X2,Y2) performs the simple polygon intersection
% operation. The resulting contours are ret
www.eeworm.com/read/396844/2406773
m cpuni.m
function [xpu,ypu] = cpuni(xp1,yp1,xp2,yp2)
%CPUNI Complex polygon union.
% [XPU,YPU] = CPUNI(XP1,YP1,XP2,YP2) performs the polygon
% union operation for complex polygons.
% Written by: A
www.eeworm.com/read/396844/2406775
m spsub.m
function [xps,yps] = spsub(x1,y1,x2,y2)
%SPSUB Simple polygon subtraction.
% [XPS,YPS] = (X1,Y1,X2,Y2) performs the simple polygon subtraction operation.
% The resulting contours and hole are
www.eeworm.com/read/396844/2406791
m cpsub.m
function [xps,yps] = cpsub(xp1,yp1,xp2,yp2)
%CPSUB Complex polygon intersection.
% [XPS,YPS] = CPSUB(XP1,YP1,XP2,YP2) performs the polygon
% subtraction operation for complex polygons.
% W