代码搜索:sparse
找到约 3,324 项符合「sparse」的源代码
代码结果 3,324
www.eeworm.com/read/168218/9931883
h smatrix.h
// smatrix.h
// array representation of a sparse matrix
#ifndef SparseMatrix_
#define SparseMatrix_
#include
#include
#include "term.h"
#include "xcept.h"
templ
www.eeworm.com/read/168218/9932975
h smatrix.h
// smatrix.h
// array representation of a sparse matrix
#ifndef SparseMatrix_
#define SparseMatrix_
#include
#include
#include "term.h"
#include "xcept.h"
templ
www.eeworm.com/read/358191/10194165
h smatrix.h
// smatrix.h
// array representation of a sparse matrix
#ifndef SparseMatrix_
#define SparseMatrix_
#include
#include
#include "term.h"
#include "xcept.h"
templ
www.eeworm.com/read/161587/10393680
h smatrix.h
// smatrix.h
// array representation of a sparse matrix
#ifndef SparseMatrix_
#define SparseMatrix_
#include
#include
#include "term.h"
#include "xcept.h"
templ
www.eeworm.com/read/451954/7452997
m testsl0.m
% Using function SL0:
% Goal: Finding sparse solution of the system x=As, where x is n by 1, s is
% m by 1, and m>n.
% Parameters
m = 1000; % No of sources
n = 400; % No of sensors
L = 3
www.eeworm.com/read/451954/7452999
m sparsesiggen4plusnoise.m
function [s,idxNZ] = sparseSigGen4plusNoise(N,NZ,sigma_off,fixedActiveValue)
% - Generates an Nx1 random sparse vector with "N-NZ" number of its components
% (randomly) chosen to be nearly zero (
www.eeworm.com/read/314474/13566837
cc xcount.cc
/*
* XCount.cc --
* Sparse integer counts stored in 2 bytes.
*
*/
#ifndef lint
static char Copyright[] = "Copyright (c) 1995,2005 SRI International. All Rights Reserved.";
static char Rc
www.eeworm.com/read/492905/6413775
bld1
- Introduction
bls1: sparse svd via hybrid block Lanczos procedure for
equivalent 2-cyclic eigensystems.
bls1.c is an ANSI-C code designed to compute singular values
and sing
www.eeworm.com/read/407093/11429528
c ssp_blas2.c
/*! @file ssp_blas2.c
* \brief Sparse BLAS 2, using some dense BLAS 2 operations
*
*
* -- SuperLU routine (version 3.0) --
* Univ. of California Berkeley, Xerox Palo Alto Research Center,
www.eeworm.com/read/407093/11429542
c dsp_blas2.c
/*! @file dsp_blas2.c
* \brief Sparse BLAS 2, using some dense BLAS 2 operations
*
*
* -- SuperLU routine (version 3.0) --
* Univ. of California Berkeley, Xerox Palo Alto Research Center,