代码搜索:Matrices

找到约 3,616 项符合「Matrices」的源代码

代码结果 3,616
www.eeworm.com/read/251837/12316741

m norm.m

function r = norm(a,k) %NORM (interval) computes the norm of interval matrices and vectors. % %b4m - datatype interval Version 1.02 (c) 6.5.1998 Jens Zemke % % DESCRIPTION: % 'norm
www.eeworm.com/read/251837/12316752

m vertcat.m

function r = vertcat(a,b,varargin) %VERTCAT (interval) vertical concatenation for interval matrices. % %b4m - datatype interval Version 1.02 (c) 26.2.1998 Jens Zemke % % DESCRIPTION: %
www.eeworm.com/read/251837/12316778

m horzcat.m

function r = horzcat(a,b,varargin) %HORZCAT (interval) horizontal concatenation for interval matrices. % %b4m - datatype interval Version 1.02 (c) 12.3.1998 Jens Zemke % % DESCRIPTION:
www.eeworm.com/read/233414/14154635

mod2convert-test-out

Creating sparse matrix. Converting from sparse to dense. Converting back to dense again. Testing for equality of two sparse matrices: OK. Converting to dense once again. Testing for equality of two d
www.eeworm.com/read/230811/14273463

m p10refl.m

function logrho=p10refl(effind8); global layernum7 thick7 permittivity7 wavevector1 tme1 %calculates the log of the reflection coefficient for a wave 'entering' at the top %Top wave must be evanes
www.eeworm.com/read/228652/14371403

m range.m

function Q = range(A) % RANGE -- find range of a matrix % % Q = range(A) % % This does essentially the same thing as the Matlab system % routine ORTH, except it uses the tolerance parameter
www.eeworm.com/read/228652/14371438

m norm.m

function n = norm(S,varargin) % NORM -- norm function for symbolic variables % % n = norm(x,type) % % This is the same as the usual NORM function, but for vectors % or matrices of symbolic con
www.eeworm.com/read/124283/14581048

todo

* Document Jacobi eigen function, in particular that it only works for symmetric matrices.
www.eeworm.com/read/123946/14605514

m frnmat.m

function [d,rsigma]=frnmat(w,f) %FRNMAT Calculates the normalized row dominance scalings. % FRNMAT(W,F) returns an MVFR matrix of real positive diagonal % pre-multiplier matrices which scale Fm
www.eeworm.com/read/123946/14605565

m fgetf.m

function [fout,wout]=fgetf(w,f,index) %FGETF Get component matrices from MVFR matrix. % FGETF(W,F,INDEX) gets the component matrices % of the MVFR matrix, F, associated with W(INDEX)