代码搜索:sparse
找到约 3,324 项符合「sparse」的源代码
代码结果 3,324
www.eeworm.com/read/411401/11246796
m femmatrixnode.m
function [Agrad,Kb,M,S,C]=FemMatrixNode(Node,Element,z);
%FemMatrixNode Computes the blocks of the system matrix for 2D EIT with linear and quadratic basis. Conductivity in linear basis.
% Function [
www.eeworm.com/read/411401/11246817
m femmatrix.m
function [Agrad,Kb,M,S,C]=FemMatrix(Node,Element,z);
%FemMatrix Computes the blocks of the system matrix for 2D EIT with linear and quadratic basis
% Function [Agrad,Kb,M,S,C]=FemMatrix(Node,Element,
www.eeworm.com/read/411401/11246856
m dyneit.m
function [rhoF,rhoS]=Dyneit(J,Uelmit,L,nump,Uellask,a1,a2,rho0,alpha,R,F);
%Dyneit Estimates resistivity distributions by Kalman filter and Kalman smoother
% Function [rhoF,rhoS]=Dyneit(J,Uelmit,L,n
www.eeworm.com/read/265447/11264076
out 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/265447/11264142
html modules.html
Modules Used in LDPC Programs
Modules Used in LDPC Programs
To try out new codes, or new encoding or decoding algorithms, you will
need to m
www.eeworm.com/read/135534/13922775
h sisc.h
/****************************************************************
* Sparse SVD Via Subspace Iteraton Procedure for Equivalent *
* 2-Cyclic and A'A Eigensystems. *
*
www.eeworm.com/read/135534/13922850
h sisc.h
/****************************************************************
* Sparse SVD Via Subspace Iteraton Procedure for Equivalent *
* 2-Cyclic and A'A Eigensystems. *
*
www.eeworm.com/read/205036/15328847
m double.m
function A = double(T)
%DOUBLE Convert a sptenmat to a sparse matrix.
%
% A = double(T) converts T stored as a SPTENMAT to a sparse matrix.
%
% See also SPTENMAT.
%
%MATLAB Tensor Toolbox.
%Copyri
www.eeworm.com/read/205036/15328880
m scale.m
function t = scale(t,s,dims)
%SCALE Scale along specified dimensions for sparse tensors.
%
% Y = SCALE(X,S,DIMS) scales the sparse tensor X along the
% dimension(s) specified in DIMS using the sca
www.eeworm.com/read/205036/15328881
m mrdivide.m
function C = mrdivide(A,B)
%MRDIVIDE Slash right division for sparse tensors.
%
% MRDIVIDE(A,B) is called for the syntax 'A / B' when A is a sparse
% tensor and B is a scalar.
%
% Example