代码搜索:computing
找到约 6,514 项符合「computing」的源代码
代码结果 6,514
www.eeworm.com/read/288586/8620355
m reg_ga.m
% PLSC
% Computation of Regression Parameters
% sintax:
% [wmat,umat,pmat,cmat,dvet,pnorm]=reg_ga(x,y,A);;
function[wmat,umat,pmat,cmat,dvet,pnorm]=reg_ga(x,y,A);
[rx,cx]=size(x);
[ry,cy]=s
www.eeworm.com/read/431675/8661709
m modeseek.m
%MODESEEK Clustering by modeseeking
%
% [labels,J] = modeseek(D,k)
%
% If D is a n*n distance matrix between object then a k-nn
% modeseeking method is used to assign each object to its nearest
%
www.eeworm.com/read/428167/8886026
m isposdef.m
function b = isposdef(a)
% ISPOSDEF Test for positive definite matrix.
% ISPOSDEF(A) returns 1 if A is positive definite, 0 otherwise.
% Using chol is much more efficient than computing eig
www.eeworm.com/read/427909/8913491
m isposdef.m
function b = isposdef(a)
% ISPOSDEF Test for positive definite matrix.
% ISPOSDEF(A) returns 1 if A is positive definite, 0 otherwise.
% Using chol is much more efficient than computing eig
www.eeworm.com/read/380443/9149492
c grad.c
/*
* grad.c -- function for computing phase derivative
* (wrapped phase difference)
*/
#include
#include
#include "grad.h"
/* return wrapped phase differenc
www.eeworm.com/read/179093/9373346
txt info.txt
Ananth Grama, Anshul Gupta, George Karypis, Vipin Kumar
Introduction to Parallel Computing (2nd editiion)
0-201-64865-2
Pearson Education Lmd
http://safari.awprofessional.com/?x=1&mode=section&s
www.eeworm.com/read/178062/9420756
m reg_ga.m
% PLSC
% Computation of Regression Parameters
% sintax:
% [wmat,umat,pmat,cmat,dvet,pnorm]=reg_ga(x,y,A);;
function[wmat,umat,pmat,cmat,dvet,pnorm]=reg_ga(x,y,A);
[rx,cx]=size(x);
[ry,cy]=s