代码搜索:Matrix

找到约 10,000 项符合「Matrix」的源代码

代码结果 10,000
www.eeworm.com/read/302615/13831203

m myhilb1.m

function[A,B]=myhilb(n,m) %问题:生成一个Hilbert矩阵,该矩阵是一个n×m矩阵,它的第i行 %第j列的元素为1/(i+j-1)。如果想在编写的函数中实现下面几点: %1)如果只给出一个输入参数,则会自动生成一个方阵,即有m=n %2)如果想返回两个参数A和B,则返回的B矩阵为A矩阵的平方, % 即B=A'A %3)在函数中给出合适的帮助信息,包括基本 ...
www.eeworm.com/read/302615/13831325

txt ch2_16.txt

function[A,B]=myhilb(n,m) % MYHILB 生成一个Hilbert矩阵 % [A,B]=myhilb(n,m) % where % n,m are size of the Hilbert matrix,if only one % argument given,then a square matrix is generated % A is the Hil
www.eeworm.com/read/301119/13865798

m lsvm.m

function [iter, optCond, time, w, gamma] = lsvm(A,D,nu,tol,maxIter,alpha, ... perturb,normalize); % LSVM Langrangian Support Vector Machine algorithm % LSVM solves a support vector machine
www.eeworm.com/read/147682/5728094

m osfilter.m

% y = osfilter(h,x,L) % Filters the signal x through the filter h % in frequency domain using overlap-save. % If given, L is used as the new samples per % block, otherwise L is calculated i
www.eeworm.com/read/147529/5728653

m findp.m

function P = findp(A); %FINDP Nonsingular basis permutation matrix. % P = FINDP(A) locates a permutation matrix such that % the leading square matrix is nonsingular.If A has % more column
www.eeworm.com/read/147529/5728863

m findp.m

function P = findp(A); %FINDP Nonsingular basis permutation matrix. % P = FINDP(A) locates a permutation matrix such that % the leading square matrix is nonsingular.If A has % more column
www.eeworm.com/read/142536/5765038

h ltradefs.h

/********** Copyright 1990 Regents of the University of California. All rights reserved. Author: 1990 Jaijeet S. Roychowdhury **********/ #ifndef LTRA #define LTRA #undef LTRALTEINFO #undef LTRADEB
www.eeworm.com/read/142536/5765485

c spfactor.c

/* * MATRIX FACTORIZATION MODULE * * Author: Advising Professor: * Kenneth S. Kundert Alberto Sangiovanni-Vincentelli * UC Berkeley * * This file conta
www.eeworm.com/read/141300/5771198

c spfactor.c

/* * MATRIX FACTORIZATION MODULE * * Author: Advising Professor: * Kenneth S. Kundert Alberto Sangiovanni-Vincentelli * UC Berkeley * * This file conta
www.eeworm.com/read/141300/5772004

h ltradefs.h

/********** Copyright 1990 Regents of the University of California. All rights reserved. Author: 1990 Jaijeet S. Roychowdhury **********/ #ifndef LTRA #define LTRA #undef LTRALTEINFO #undef LTRADEB