代码搜索:sparse

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

代码结果 3,324
www.eeworm.com/read/328849/12998436

m genh1.m

function [H]=genH1(rows,cols) %[H]=genH1(rows,cols) %对应§2.5.4 完全随机的构造法 row_flag(1:rows)=0; parity_check=sparse(rows,cols); % Set Random number generators initial state % reset random number
www.eeworm.com/read/140847/5779729

m enter_cts_evidence_pot.m

function pot = enter_cts_evidence_pot(pot, Y, y) % function pot = enter_cts_evidence_pot(pot, Y, y) (cpot) ns = sparse(1, max(pot.domain)); ns(pot.domain) = pot.sizes; X = mysetdiff(pot.domain, Y);
www.eeworm.com/read/133943/5897912

m enter_cts_evidence_pot.m

function pot = enter_cts_evidence_pot(pot, Y, y) % function pot = enter_cts_evidence_pot(pot, Y, y) (cpot) ns = sparse(1, max(pot.domain)); ns(pot.domain) = pot.sizes; X = mysetdiff(pot.domain, Y);
www.eeworm.com/read/128157/5992425

c strtable.c

#include #include #include #include "stdtypes.h" #include "blockpool.h" #include "pools.h" #include "str.h" #include "list.h" #include "hash_serv.h" #include "sparse.h
www.eeworm.com/read/492294/6420655

m initial_point.m

function [x0,X0,Y0] = initial_point(filename,mDIM,nBLOCK,bLOCKsTRUCT) % % Read in a sparse initial point file % % [x0,X0,Y0] = initial_point(fname, mDIM, nBLOCK, bLOCKsTRUCT) % % % - fi
www.eeworm.com/read/491106/6440867

m initial_point.m

function [x0,X0,Y0] = initial_point(filename,mDIM,nBLOCK,bLOCKsTRUCT) % % Read in a sparse initial point file % % [x0,X0,Y0] = initial_point(fname, mDIM, nBLOCK, bLOCKsTRUCT) % % % - fi
www.eeworm.com/read/487877/6501342

makefile

# # Makefile for Sparse Bundle Adjustment demo program # CC=gcc CFLAGS=-I.. -O3 -Wall #-g -pg OBJS=eucsbademo.o imgproj.o readparams.o SRCS=eucsbademo.c imgproj.c readparams.c LAPACKLIBS=-llapack -l
www.eeworm.com/read/487877/6501368

icc makefile.icc

# # Makefile for Sparse Bundle Adjustment library & demo program # CC=icc #-w1 # warnings on CXX=icpc CFLAGS=-Wcheck -O3 -tpp7 -xW -march=pentium4 -mcpu=pentium4 -ip -ipo -unroll #-g # -fno-alias OBJS
www.eeworm.com/read/477779/6733959

c enc.c

/* ENC.C - Encoding procedures. */ #include #include #include #include "rand.h" #include "alloc.h" #include "mod2sparse.h" #include "mod2dense.h" #include "mo
www.eeworm.com/read/263516/11358513

m gams.m

function [n,idx,data] = gams(a) global Bus GAMS n = int2str(a.n); idx = sparse(a.bus,[1:a.n],1,Bus.n,a.n); data = []; if ~a.n, return, end tgphi = tanphi(a); [Cda,Cdb,Cdc,Dda,Ddb,Ddc]