代码搜索:sparse
找到约 3,324 项符合「sparse」的源代码
代码结果 3,324
www.eeworm.com/read/397428/2402056
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/397428/2402062
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/396844/2407488
m dpot.m
function pot = dpot(domain, sizes, T)
% DPOT Make a discrete (sparse) potential.
% pot = dpot(domain, sizes, T, spar)
%
% sizes(i) is the size of the i'th domain element.
% T defaults to all 1s.
www.eeworm.com/read/396844/2407491
m divide_by_pot.m
function Tbig = divide_by_pot(Tbig, Tsmall)
% DIVIDE_BY_POT Tbig /= Tsmall
% Tbig = divide_by_pot(Tbig, Tsmall)
%
% Tsmall's domain must be a subset of Tbig's domain.
%process sparse dpot, we d
www.eeworm.com/read/393395/2474609
m getdat.m
% [DAtq, DAts] = getDAt(At,Ablk,colsel, d,ud,K)
%
%Creates
% DAt.s full nnz x 1 vector, containing nonzeroblocks(T) with T a
% sparse N x length(colsel) matrix, with Ablk.s(:,colsel) block
www.eeworm.com/read/393395/2474670
c symfctmex.c
/*
L = symfctmex(X, perm)
Computes sparse symbolic factor L.L, updated permutation L.perm,
super-node partition L.xsuper.
Invokes SPARSPAK-A (ANSI FORTRAN) RELEASE III,
by Joseph L
www.eeworm.com/read/393163/2488768
m dpot.m
function pot = dpot(domain, sizes, T)
% DPOT Make a discrete (sparse) potential.
% pot = dpot(domain, sizes, T, spar)
%
% sizes(i) is the size of the i'th domain element.
% T defaults to all 1s.
www.eeworm.com/read/393163/2488771
m divide_by_pot.m
function Tbig = divide_by_pot(Tbig, Tsmall)
% DIVIDE_BY_POT Tbig /= Tsmall
% Tbig = divide_by_pot(Tbig, Tsmall)
%
% Tsmall's domain must be a subset of Tbig's domain.
%process sparse dpot, we d
www.eeworm.com/read/383954/2605171
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/160391/5571748
m dpot.m
function pot = dpot(domain, sizes, T)
% DPOT Make a discrete (sparse) potential.
% pot = dpot(domain, sizes, T, spar)
%
% sizes(i) is the size of the i'th domain element.
% T defaults to all 1s.