代码搜索:Matrix
找到约 10,000 项符合「Matrix」的源代码
代码结果 10,000
www.eeworm.com/read/369219/9659143
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/369219/9659157
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/173076/9675402
m contents.m
% MCMC -- Markov Chain Monte Carlo Tools
% Copyright (c) 1998, Harvard University. Full copyright in the file Copyright
%
% There are three parts to this library of routines.
% 1. *[rnd,pdf,lpr].m - d
www.eeworm.com/read/368337/9701281
texi eigen.texi
@cindex eigenvalues and eigenvectors
This chapter describes functions for computing eigenvalues and
eigenvectors of matrices. There are routines for real symmetric and
complex hermitian matrices,
www.eeworm.com/read/172474/9706037
readme
The Linear Algebra with Applications Toolbox
by
Gareth Williams and Lisa Coulter
Gareth Williams, box 8345, Stetson University, DeLand, FL 32720.
williams@bliss.stetson.edu
Lisa Coulte
www.eeworm.com/read/172474/9706100
m gjinfo.m
function gjinfo
%GJINFO
%Computes reduced echelon form of random nx(n+1) matrix.
%Uses Gauss Jordan elimination.
%Finds time (in secs), # adds and mults.
%Option of rational number format for m
www.eeworm.com/read/172473/9706317
m uptrbk.m
function X = uptrbk(A,B)
%Input - A is an N x N nonsingular matrix
% - B is an N x 1 matrix
%Output - X is an N x 1 matrix containing the solution to AX=B.
% NUMERICAL METHODS: Matlab Program
www.eeworm.com/read/172473/9706326
m lufact.m
function X = lufact(A,B)
%Input - A is an N x N matrix
% - B is an N x 1 matrix
%Output - X is an N x 1 matrix containing the solution to AX = B.
% NUMERICAL METHODS: Matlab Programs
% (c) 200
www.eeworm.com/read/172172/9722052
m latentlssvm.m
function [zt,model] = latentlssvm(varargin)
% Calculate the latent variables of the LS-SVM classifier at the given test data
%
% >> Zt = latentlssvm({X,Y,'classifier',gam,sig2,kernel}, {alpha,b}, Xt)
www.eeworm.com/read/367440/9748413
m latentlssvm.m
function [zt,model] = latentlssvm(varargin)
% Calculate the latent variables of the LS-SVM classifier at the given test data
%
% >> Zt = latentlssvm({X,Y,'classifier',gam,sig2,kernel}, {alpha,b}, Xt)