代码搜索:Matrix

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

代码结果 10,000
www.eeworm.com/read/349646/10809344

m matprint.m

% MATPRINT - prints a matrix with specified format string % % Usage: matprint(a, fmt, fid) % % a - Matrix to be printed. % fmt - C style format string to use for
www.eeworm.com/read/420205/10810885

m lsolve.m

function x = lsolve(A, b) % x = lsolve(A, b) returns the solution to the equation Ax = b, % where A is an n-by-b matrix and b is a column vector of % length n (or a matrix with several such columns
www.eeworm.com/read/349622/10813728

m nlgen.m

function y = nlgen (x, h, q) %NLGEN generates the output of a second order Volterra system % y = nlgen (x, h, q) % y(n) = sum_{k} h(k) x(n-k) + sum_{k} sum_{l} q(k,l) x(n-k)x(n-l) % the
www.eeworm.com/read/420098/10817092

m contents.m

% InSAR utility toolbox. % Version 1.3 26-Jan-2001 % % MATLAB Toolbox for InSAR -- Delft University of Technology. % % % InSAR Utilities: % cpxmultilook - Multilooking (spatial averaging) of co
www.eeworm.com/read/420039/10821773

cpp connection.cpp

#include using namespace std; int main() { int n,i,j,F1,flag=0; cout
www.eeworm.com/read/349325/10835478

h tmatrix.h

/* Ant-based Clustering Copyright (C) 2004 Julia Handl Email: Julia.Handl@gmx.de This program is free software; you can redistribute it and/or modify it under the terms of the GNU Ge
www.eeworm.com/read/349111/10848948

m wtlsini.m

function [r,p,M,dh] = wtlsini(d,w,m) % WTLSINI - Initial approximation for the WTLS problem. % % [r,p,M,dh] = wtlsini(d,w,m) % % D = [d1 ... dN] - data matrix, sd := size(D,1) % W - sd x N weight matr
www.eeworm.com/read/348694/10874341

m bootrsp.m

function[out]=bootrsp(in,B) % out=bootrsp(in,B) % % Bootstrap resampling procedure. % % Inputs: % in - input data % B - number of bootstrap resamples (default B=1)
www.eeworm.com/read/418911/10891939

m splsqr.m

function x = splsqr(A,b,lambda,Vsp,maxit,tol,reorth) %SPLSQR Subspace preconditioned LSQR for discrete ill-posed problems. % % x = splsqr(A,b,lambda,Vsp,maxit,tol,reorth) % % Subspace preconditio
www.eeworm.com/read/418911/10891964

m splsqrl.m

function x = splsqr(A,L,b,lambda,Vsp,maxit,tol,reorth) %SPLSQR Subspace preconditioned LSQR for discrete ill-posed problems. % % x = splsqr(A,L,b,lambda,Vsp,maxit,tol,reorth) % % Subspace precond