代码搜索:sparse
找到约 3,324 项符合「sparse」的源代码
代码结果 3,324
www.eeworm.com/read/491106/6440866
m read_data.m
function [mDIM,nBLOCK,bLOCKsTRUCT,c,F]=read_data(filename);
%
% Read a problem in SDPA sparse format.
%
% [mDIM,nBLOCK,bLOCKsTRUCT,c,F] = read_data(fname)
%
%
% - filename: string; fil
www.eeworm.com/read/263879/11338151
m snls.m
function[xcurr,fvec,LAMBDA,JACOB,EXITFLAG,OUTPUT]=snls(funfcn,xstart,l,u,verb,options,fval,JACval,YDATA,caller,Jstr,computeLambda,varargin)
%SNLS Sparse nonlinear least squares solver.
%
% Lo
www.eeworm.com/read/157453/11703045
h lsmatrix.h
// header file lsmatrix.h
// linked representation of a sparse matrix
#ifndef LinkedMatrix_
#define LinkedMatrix_
#include
#include
#include "echain.h"
#include "cit
www.eeworm.com/read/343744/11930738
m sbls.m
function [x,k,timev] =sbls (A,b,l,u,rep,opt)
%
%SBLS Sparse solver for linear least squares with box constrints.
% %Z%%M% Version %I% %G%
% Mikael Lundquist, Linkoping University.
%
www.eeworm.com/read/337307/12377421
m snls.m
function[xcurr,fvec,LAMBDA,JACOB,EXITFLAG,OUTPUT]=snls(funfcn,xstart,l,u,verb,options,fval,JACval,YDATA,caller,Jstr,computeLambda,varargin)
%SNLS Sparse nonlinear least squares solver.
%
% Lo
www.eeworm.com/read/132141/14106969
h lsmatrix.h
// header file lsmatrix.h
// linked representation of a sparse matrix
#ifndef LinkedMatrix_
#define LinkedMatrix_
#include
#include
#include "echain.h"
#include "cit
www.eeworm.com/read/234432/14112871
m ssvr_crstrain.m
function [alpha,sv,beta,time,centers,obj] = ssvr_crstrain(samples,labels,param)
%
% [alpha,sv,beta] = svr_crstrain(samples,targets,param)
% This function builds sparse insensitive Huber kernel regr
www.eeworm.com/read/121010/14775632
h dcvideo.h
/*
dcVideo.h
simple bitmap definition structure, pretty sparse
jmp@r0
*/
#ifndef _DCVIDEO_
#define _DCVIDEO_
typedef struct
{
int Width;
int Height;
unsigned short *Data;
} d
www.eeworm.com/read/117582/14913144
h vdiskextvmdk.h
/*
VDiskExtVmdk.h
VMDK sparse extent class
Copyright (c) 2003 Ken Kato
*/
#ifndef _VDISKEXTVMDK_H_
#define _VDISKEXTVMDK_H_
#include "VDiskExt.h"
class VDiskExtVmdk : public VDiskExt
{
public:
www.eeworm.com/read/484567/1269216
hpp simple_csr_matrix.hpp
#ifndef YASMIC_SIMPLE_CSR_MATRIX_HPP
#define YASMIC_SIMPLE_CSR_MATRIX_HPP
/**
* @file simple_csr_matrix.hpp
* This file implements a simple compressed sparse row matrix wrapper
* that assume