代码搜索:sparse
找到约 3,324 项符合「sparse」的源代码
代码结果 3,324
www.eeworm.com/read/194957/8182722
m 例2-53.m
>> a=[1,2,2,1];
>> b=[1,4,4,2,1];
>> [r,l,k]=residue(a,b)
>> A=[0 0 0 3 0;4 0 0 5 0;8 0 9 0 0;0 0 0 0 1]; %全矩阵和稀疏矩阵的转换
>> sparse(A)
www.eeworm.com/read/268593/11131397
bak sparsematrix.m.bak
function [y]=change2sparse(x)
%function [y]=change2sparse(x)
[i,j,x1]=find(x);
[m,n]=size(x);
y=sparse(i,j,s,m,n);
www.eeworm.com/read/268593/11131398
m sparsematrix.m
function [y]=change2sparse(x)
%function [y]=change2sparse(x)
[i,j,x1]=find(x);
[m,n]=size(x);
y=sparse(i,j,x1,m,n);
www.eeworm.com/read/272243/10964538
c make-ldpc.c
/* MAKE-LDPC.C - Make a Low Density Parity Check code's parity check matrix. */
/* Copyright (c) 2000, 2001 by Radford M. Neal
*
* Permission is granted for anyone to copy, use, or modify this pro
www.eeworm.com/read/307145/13727875
c del_header_element.c
/**************************************************************************
** SP_DEL_HEADER_ELEMENT **
**
www.eeworm.com/read/342248/12032871
c make-ldpc.c
/* MAKE-LDPC.C - Make a Low Density Parity Check code's parity check matrix. */
/* Copyright (c) 2000, 2001 by Radford M. Neal
*
* Permission is granted for anyone to copy, use, or modify this pro