代码搜索:sparse
找到约 3,324 项符合「sparse」的源代码
代码结果 3,324
www.eeworm.com/read/346528/11739319
m quditop.m
% quditop Operator acting on a qudit of a qudit register
% quditop(op,k,n) defines an n-qudit quantum operator
% which corresponds to operator op acting on the kth qudits.
% Qudit position
www.eeworm.com/read/346528/11739464
m twoquditop.m
% twoquditop Operator acting on two qudits of a qudit register
% twoquditop(op,k1,k2,n) defines an n-qudit quantum operator
% which corresponds to operator op acting on the k1th and k2th qudi
www.eeworm.com/read/157044/11743418
m blockdiags.m
function A = blockdiags(B,d,m,n)
% BLOCKDIAGS : Create sparse block diagonal matrices.
%
% A = blockdiags(B,d,m,n).
%
% Blockdiags, which generalizes the function "spdiags",
% produces a sparse
www.eeworm.com/read/259756/11768278
m poisson.m
function u = Poisson(node,elem,Dirichlet,Neumann,f,u_D,g)
% POISSON solve the 2-D Poisson equation
% -\Delta u = f,
% in a domain described by node and elem,
% with boundary edges Dirichlet, Neu
www.eeworm.com/read/257078/11950841
m e0228.m
u=1:4;v=3:6;S=[0.1 0.2 0.3 0.4];
spa=sparse(u,v,S)
a=full(spa)
www.eeworm.com/read/152288/12124282
m 3-6.m
A = eye(300);
% 生成300×300的全元素单位矩阵
B = sparse(A);
% 生成300×300的稀疏单位矩阵
Whos
www.eeworm.com/read/337307/12377546
m preaug.m
% $Revision: 1.2 $
function[L,U,P,pcol] = preaug(H,pcf,A);
%PREAUG example preconditioner of augmented matrix
%
% [L,U,P,pcol] = PREAUG(H,pcf,A) computes a sparse
% factorization of the LU-facto
www.eeworm.com/read/221024/14773923
html http:^^www.cs.cornell.edu^info^people^csun^psspd^index.html
MIME-Version: 1.0
Server: CERN/3.0
Date: Sunday, 24-Nov-96 23:03:04 GMT
Content-Type: text/html
Content-Length: 1089
Last-Modified: Thursday, 17-Oct-96 19:54:58 GMT
PSSPD: Parallel Sol
www.eeworm.com/read/218613/14912861
m quditop.m
% quditop Operator acting on a qudit of a qudit register
% twoquditop(op,k,n) defines an n-qudit quantum operator
% which corresponds to operator op acting on the kth qudits.
% Qudit positi
www.eeworm.com/read/218613/14912955
m twoquditop.m
% twoquditop Operator acting on two qudits of a qudit register
% twoquditop(op,k1,k2,n) defines an n-qudit quantum operator
% which corresponds to operator op acting on the k1th and k2th qudi