代码搜索:Matrix
找到约 10,000 项符合「Matrix」的源代码
代码结果 10,000
www.eeworm.com/read/441512/7669433
h decodeutil.h
#include
#include
#include
#include
int *ivector(int ilow,int ihigh);
int **imatrix(int ilow,int ihigh,int jlow,int jhigh);
double *vector(int ilow,i
www.eeworm.com/read/441512/7669439
h decodeutil.h
#include
#include
#include
#include
int *ivector(int ilow,int ihigh);
int **imatrix(int ilow,int ihigh,int jlow,int jhigh);
double *vector(int ilow,i
www.eeworm.com/read/441429/7670488
m rwg3.m
%RWG3 FREQUENCY LOOP
% Calculates the impedance matrix using function IMPMET
% and solves MoM equations
% Uses the mesh file from RWG2, mesh2.mat, as an input.
% Includes three additional
www.eeworm.com/read/441410/7670745
m rec_lsq.m
function rec_lsq(A,b,Sigma)
%REC_LSQ Recursive Least Squares
% A is the coefficient matrix, b the observations and
% Sigma a vector containing the diagonal entries of
% the c
www.eeworm.com/read/441402/7670991
m l_inv.m
function Lm = l_inv(n, L)
% L_INV computes the inverse of a lower triangular matrix
% n dimension of the matrix
% L lower triangular matrix
% Lm inverse of L; Lm is also lower t
www.eeworm.com/read/441402/7670996
m chistart.m
function tm = chistart(n, D, L, a)
% CHISTART computes squared distance of partially rounded
% float vectors to the float vector in the metric
% of the covariance matrix.
% n
www.eeworm.com/read/441402/7671017
m ltdl.m
function [L, D] = ltdl(Q, n)
% LTDL factorization of Q into L^T D L
% Q symmetric n by n matrix to be factored
% L n by n factor matrix (strict lower triangular)
% D diagonal n-vect
www.eeworm.com/read/441397/7671050
m plu.m
function [P,L,U,pivcol,sign] = plu(A)
%PLU Pivoting, rectangular, LU factorization.
% [P,L,U] = PLU(A), for a rectangular matrix A, uses Gaussian
% elimination to compute a permutation matr
www.eeworm.com/read/441397/7671092
m findloop.m
function N = findloop(A)
%FINDLOOP Nullspace of a matrix
% N = F_LOOP(A) uses the pivoting LU factorization computed by
% PLU and the resulting reduced row echelon form computed by
www.eeworm.com/read/441332/7671734
m anal2.m
function [E,Nc,mC,T] = anal2(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