代码搜索:sparse

找到约 3,324 项符合「sparse」的源代码

代码结果 3,324
www.eeworm.com/read/369527/9641614

m qp.m

function [xout, lambdaout, howout] = qp(H,f,A,b,VLB,VUB,x0,N,verbosein) % Functionally equivalent to Optimization Toolbox QP.M, but calls % BPMPD instead; accepts both full and sparse H and A. % Ty
www.eeworm.com/read/415218/11080236

m spg_group.m

function [x,r,g,info] = spg_group( A, b, groups, sigma, options ) %SPG_GROUP Solve jointly-sparse basis pursuit denoise (BPDN) % % SPG_GROUP is designed to solve the basis pursuit denoise problem %
www.eeworm.com/read/335571/12514344

m qp.m

function [xout, lambdaout, howout] = qp(H,f,A,b,VLB,VUB,x0,N,verbosein) % Functionally equivalent to Optimization Toolbox QP.M, but calls % BPMPD instead; accepts both full and sparse H and A. % Ty
www.eeworm.com/read/335363/12533958

c ldpc_generate.c

/* Generate H for LDPC*/ /* Based on sparse.c by Matt Davey with his permission*/ #include #include "mex.h" /* Input Arguments: parameters*/ #define M_I
www.eeworm.com/read/132706/14077942

m qp.m

function [xout, lambdaout, howout] = qp(H,f,A,b,VLB,VUB,x0,N,verbosein) % Functionally equivalent to Optimization Toolbox QP.M, but calls % BPMPD instead; accepts both full and sparse H and A. % Ty
www.eeworm.com/read/391726/8384880

txt d1r9.txt

implementation //PROGRAM D1R9 //Driver for routine SPARSE uses unit2; {$R *.DFM} procedure ASUB(XIN:array of real;var XOUT:array of real); var I,N:integer; begin N:= 20; XOUT
www.eeworm.com/read/192256/8391739

txt d1r9.txt

implementation //PROGRAM D1R9 //Driver for routine SPARSE uses unit2; {$R *.DFM} procedure ASUB(XIN:array of real;var XOUT:array of real); var I,N:integer; begin N:= 20; XOUT
www.eeworm.com/read/387489/8669748

txt d1r9.txt

implementation //PROGRAM D1R9 //Driver for routine SPARSE uses unit2; {$R *.DFM} procedure ASUB(XIN:array of real;var XOUT:array of real); var I,N:integer; begin N:= 20; XOUT
www.eeworm.com/read/429378/8809697

ldpc-

Description LDPC codes BER simulation under AWGN channel. MacKay-Neal based LDPC matrix. Message encoding uses sparse LU decomposition. There are 4 choices of decoder: hard-decision/bit-flip decoder,
www.eeworm.com/read/371250/9559979

makefile

# # Makefile for Sparse Bundle Adjustment library & demo program # CC=gcc #ARCHFLAGS=-march=pentium4 # YOU MIGHT WANT TO UNCOMMENT THIS FOR P4 CFLAGS=$(ARCHFLAGS) -O3 -funroll-loops -Wall #-Wstrict-al