代码搜索:sparse
找到约 3,324 项符合「sparse」的源代码
代码结果 3,324
www.eeworm.com/read/465231/7059672
m makeparitychk.m
function [c, newH] = makeParityChk(dSource, H, strategy)
% Generate parity check vector bases on LDPC matrix H using sparse LU decomposition
%
% dSource : Binary source (0/1)
% H : LDPC ma
www.eeworm.com/read/459616/7270701
cpp lsmatrix.cpp
// test linked sparse matrix class
#include
#include "lsmatrix.h"
void main(void)
{
LinkedMatrix A, B, C;
cin >> A;
cout
www.eeworm.com/read/455722/7367684
m mff_equalizer_generator.m
%% Main GUI file
%%
% Most of this was created by GUIDE, so comments will be sparse.
function varargout = MFF_Equalizer_Generator(varargin)
%%
% MFF_EQUALIZER_GENERATOR M-file for MFF_Equalizer
www.eeworm.com/read/449790/7496339
carefully readme.carefully
Note: please observe that in the routine conj_grad three
implementations of the sparse matrix-vector multiply have
been supplied. The default matrix-vector multiply is not
loop unrolled. The altern
www.eeworm.com/read/437545/7746221
m makeparitychk.m
function [c, newH] = makeParityChk(dSource, H, strategy)
% Generate parity check vector bases on LDPC matrix H using sparse LU decomposition
%
% dSource : Binary source (0/1)
% H : LDPC ma
www.eeworm.com/read/197407/7998533
h smatrix1.h
// array representation of a sparse matrix
// input operator check for valid input
#ifndef SparseMatrix_
#define SparseMatrix_
#include
#include
#include "term.h"
www.eeworm.com/read/197407/7998870
h term.h
#ifndef Term_
#define Term_
template class SparseMatrix;
template
class Term {
friend SparseMatrix;
friend ostream& operator
www.eeworm.com/read/142519/12942018
cs integerpool.cs
using System;
namespace OpenNLP.Tools.Util
{
/// A pool of read-only, unsigned Integer objects within a fixed,
/// non-sparse range. Use this class for operations in which a large
www.eeworm.com/read/318232/13482768
m makeparitychk.m
function [c, newH] = makeParityChk(dSource, H, strategy)
% Generate parity check vector bases on LDPC matrix H using sparse LU decomposition
%
% dSource : Binary source (0/1)
% H : LDPC ma
www.eeworm.com/read/309167/13680329
c dsp_blas2.c
/*
* -- Distributed SuperLU routine (version 1.0) --
* Lawrence Berkeley National Lab, Univ. of California Berkeley.
* September 1, 1999
*
*/
/*
* File name: sp_blas2.c
* Purpose: Sparse BLA