代码搜索:sparse
找到约 3,324 项符合「sparse」的源代码
代码结果 3,324
www.eeworm.com/read/193277/8242239
m sedumi2sdpa.m
function [mDIM,nBLOCK,bLOCKsTRUCT,c,F] = sedumi2sdpa(F_struc,c,K);
%SEDUMI2SDPA Internal function to convert SeDuMi structure to format needed in SDPA
% Author Johan L鰂berg
% $Id: sedumi2sdpa.m,v
www.eeworm.com/read/174377/9590010
cpp testfastslam.cpp
/*
* Bayes++ the Bayesian Filtering Library
* Copyright (c) 2004 Michael Stevens
* See accompanying Bayes++.htm for terms and conditions of use.
*
* $Header: /cvsroot/bayesclasses/Bayes++/SLAM/te
www.eeworm.com/read/171045/9774323
h decoder.h
/* PROCEDURES RELATING TO DECODING METHODS. */
void prprp_decode_setup (void);
unsigned prprp_decode (mod2sparse *, double *, char *, double *);
void initprp (mod2sparse *, double *, char *, double
www.eeworm.com/read/171045/9774372
h check.h
//int check (mod2sparse *, char *, char *);
//double changed (double *, char *, int);
//double expected_parity_errors (mod2sparse *, double *);
//double loglikelihood (double *, char *, int);
//do
www.eeworm.com/read/200429/15433494
m max_flow.m
function [flowval cut R F] = max_flow(A,u,v,varargin)
% MAX_FLOW Compute the max flow on A from u to v.
%
% flowval=max_flow(A,u,v) computes the maximum flow on the network defined by
% the adjace
www.eeworm.com/read/407093/11429577
c~ colamd.c~
/*! @file colamd.c
*\brief A sparse matrix column ordering algorithm
========================================================================== */
=== colamd/symamd - a sparse matrix colum
www.eeworm.com/read/407093/11429643
c colamd.c
/*! @file colamd.c
*\brief A sparse matrix column ordering algorithm
==========================================================================
=== colamd/symamd - a sparse matrix c
www.eeworm.com/read/189605/8465907
java commandline.java
package jnt.scimark2;
import java.util.Properties;
/**
SciMark2: A Java numerical benchmark measuring performance
of computational kernels for FFTs, Monte Carlo simulation,
sparse matrix computat
www.eeworm.com/read/189605/8465950
java commandline.java
package jnt.scimark2;
import java.util.Properties;
/**
SciMark2: A Java numerical benchmark measuring performance
of computational kernels for FFTs, Monte Carlo simulation,
sparse matrix computat
www.eeworm.com/read/289178/8570258
makefile
# This Makefile is used under Linux
MATLABDIR ?= /usr/local/matlab
CXX ?= g++
#CXX = g++-3.3
CC ?= gcc
CFLAGS = -Wall -O3 -fPIC -I$(MATLABDIR)/extern/include -I..
MEX = $(MATLABDIR)/bin/mex
MEX_OPTI