代码搜索:sparse
找到约 3,324 项符合「sparse」的源代码
代码结果 3,324
www.eeworm.com/read/347943/11626789
m feasreal.m
% FEASREAL Generates a random sparse optimization problem with
% linear, quadratic and semi-definite constraints. Output
% can be used by SEDUMI. All data will be real-valued.
%
% The follow
www.eeworm.com/read/259580/11779930
h linkedmatrix.h
// linked representation of a sparse matrix
#ifndef linkedMatrix_
#define linkedMatrix_
#include
#include "extendedChain.h"
#include "matrixElements.h"
using namespace std;
t
www.eeworm.com/read/259580/11780627
cpp sparsematrix.cpp
// test array based sparse matrix class
#include
#include "sparseMatrix.h"
int main(void)
{
sparseMatrix a, b, c;
// test input and output
cin >> a;
cout
www.eeworm.com/read/38039/1094854
mnu fitgrid.mnu
FIT#GRID
#
Full#Grid
Entire surface grid will be used to perform fit.
#
Sparse#Grid
Sparce subset of surface grid will be used to perform fit.
#
www.eeworm.com/read/461848/1549583
m simul.m
% Script file: simul.m
%
% Purpose:
% This program solves a system of 8 linear equations in 8
% unknowns (a*x = b), using both full and sparse matrices.
%
% Record of revisions:
%
www.eeworm.com/read/344585/3208011
m writesdpa.m
% This function takes a problem in SeDuMi MATLAB format and writes it out
% in SDPA sparse format.
%
% Usage:
%
% ret=writesdpa(fname,A,b,c,K,pars)
%
% fname Name of SDPpack file
www.eeworm.com/read/309003/3708622
asv idfig06.asv
% idfig06 -- Ideal Figure 06: Ideal Damping in Wavelet Domain
%
% The ideal reconstructions of figure 5 depicted in
% the wavelet domain. The reconstructions have a sparse
% wavelet transform.
www.eeworm.com/read/309003/3708635
m idfig06.m
% idfig06 -- Ideal Figure 06: Ideal Damping in Wavelet Domain
%
% The ideal reconstructions of figure 5 depicted in
% the wavelet domain. The reconstructions have a sparse
% wavelet transform.
www.eeworm.com/read/439864/1803899
h sparsevec.h
/*
* sparsevec.h - sparse vector declarations
*
* Copyright (C) 2000, 2001 Stefan Jahn
*
* This is free software; you can redistribute it and/or modify it
* under the terms of
www.eeworm.com/read/439864/1803908
c sparsevec.c
/*
* sparsevec.c - sparse vector functions
*
* Copyright (C) 2000, 2001 Stefan Jahn
*
* This is free software; you can redistribute it and/or modify it
* under the terms of the