代码搜索:Matrix
找到约 10,000 项符合「Matrix」的源代码
代码结果 10,000
www.eeworm.com/read/230170/14303236
m anal1.m
function [E,Nc,mCe,mC,T] = anal1(M,D,st,s);
%
% Ph.D. Thesis
% Copyright by Leandro Nunes de Castro
% March, 2000
% Immune Network (iNet) - Description in iNet.doc
% Function determines the Mi
www.eeworm.com/read/230170/14303249
m anal3.m
function [E,Nc,mC,T] = anal3(M,D,st,s);
%
% Ph.D. Thesis
% Copyright by Leandro Nunes de Castro
% March, 2000
% Immune Network (iNet) - Description in iNet.doc
% Function determines the Minima
www.eeworm.com/read/230170/14303265
m analysis.m
function [E,bE,Nc,mCe,mC,T,U] = analysis(M,D,st,s);
%
% Ph.D. Thesis
% Copyright by Leandro Nunes de Castro
% March, 2000
% Immune Network (iNet) - Description in iNet.doc
% Function determine
www.eeworm.com/read/128324/14304988
c inverse.c
#include "math.h"
int inverse(
const Matrix a,
Matrix b,
int m)
{
Matrix w;
int i,j,k;
int is[size];
int js[size];
double fmax;
fo
www.eeworm.com/read/230047/14307759
h svm_common.h
/************************************************************************/
/* */
/* svm_common.h
www.eeworm.com/read/230045/14307865
h svm_common.h
/************************************************************************/
/* */
/* svm_common.h
www.eeworm.com/read/230044/14308014
h svm_common.h
/************************************************************************/
/* */
/* svm_common.h
www.eeworm.com/read/229184/14350078
c lu.c
/*
* -*- Mode: ANSI C -*-
* $Id: lu.c,v 1.6 1996/11/20 02:38:51 fernande Exp $
* $Source: /sgi.acct/sweldens/cvs/liftpack/Lifting/lu.c,v $
* Author: Gabriel Fernandez
*
* Definition of the
www.eeworm.com/read/228652/14371497
m issymbolic.m
function yesno = issymbolic(S)
% ISSYMBOLIC -- checks whether a matrix contains symbolic variables
%
% yesno = issymbolic(S)
%
% This is NOT the converse of ISNUMERIC. The purpose of thi