代码搜索:sparse
找到约 3,324 项符合「sparse」的源代码
代码结果 3,324
www.eeworm.com/read/298568/7950847
m ldpc_decode.m
function [x_hat, success, k] = ldpc_decode(f,H,qq)
% decoding of LDPC over GFqq, qq = 2,4,8,16,32,64,128 and 256
% as in Comm. Letters by Davey&MacKay June 1998 with e few modifications.
% For nota
www.eeworm.com/read/197958/7960762
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/196814/8058777
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/296068/8125054
c prepare.c
/*
** 2005 May 25
**
** The author disclaims copyright to this source code. In place of
** a legal notice, here is a blessing:
**
** May you do good and not evil.
** May you find forgiveness fo
www.eeworm.com/read/244945/12829543
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/329331/12960544
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/309139/13680955
readme
This directory contains the source for the PUBLIC INTERFACE Fortran routines
for the Sparse BLAS Toolkit.
www.eeworm.com/read/309139/13680968
relnotes
NIST SPARSE BLAS v. 0.9 (Sat Jul 6 14:27:21 EDT 1996)
What's included:
The package includes support for the "BASIC" Toolkit, including
matrix-multiply and triangular solve routines for the fol
www.eeworm.com/read/309139/13681115
readme
This directory contains the source for the PUBLIC INTERFACE C/C++ routines
for the Sparse BLAS Toolkit.
www.eeworm.com/read/308602/13698898
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)