代码搜索:sparse
找到约 3,324 项符合「sparse」的源代码
代码结果 3,324
www.eeworm.com/read/437894/7740043
makefile
# This Makefile is used under Linux
MATLABDIR ?= /usr/local/matlab
CXX ?= g++
#CXX = g++-4.1
CFLAGS = -Wall -O3 -fPIC -I$(MATLABDIR)/extern/include
MEX = $(MATLABDIR)/bin/mex
MEX_OPTION = CC\#$(CXX)
www.eeworm.com/read/140929/13052188
h smo.h
#ifndef _SMO_H
#define _SMO_H
#include "math.h"
#include "stdlib.h"
#include
#include
#include
#include
#include
using namespace std;
#
www.eeworm.com/read/483942/6597832
makefile
# All object files that must be linked into final executables
CSTRING_OBJ= cstring_iter.o
MAPS_OBJ= maps.o
SPARSE_OBJ= sparsemat.o sparsemat_main.o
all: cstring_iter maps sparsemat
# Rule for buildi
www.eeworm.com/read/478939/6708443
makefile
# This Makefile is used under Linux
MATLABDIR ?= /usr/local/matlab
CXX ?= g++
#CXX = g++-4.1
CFLAGS = -Wall -O3 -fPIC -I$(MATLABDIR)/extern/include
MEX = $(MATLABDIR)/bin/mex
MEX_OPTION = CC\#$(CXX)
www.eeworm.com/read/478518/6708882
h smo.h
#ifndef _SMO_H
#define _SMO_H
#include "math.h"
#include "stdlib.h"
#include
#include
#include
#include
#include
using namespace std;
#
www.eeworm.com/read/409085/11358752
makefile
# This Makefile is used under Linux
MATLABDIR ?= /usr/local/matlab
CXX ?= g++
#CXX = g++-4.1
CFLAGS = -Wall -O3 -fPIC -I$(MATLABDIR)/extern/include
MEX = $(MATLABDIR)/bin/mex
MEX_OPTION = CC\#$(CXX)
www.eeworm.com/read/409044/11359765
m get_clustering_coefficient.m
function cc=get_clustering_coefficient(Nodes,N,nodes_attribute)
%This progrom is to calculate the clustering coefficient of graph in Nodes.
%The clustering coefficient is defined in Newman Review[20
www.eeworm.com/read/408555/11382865
h smo.h
#ifndef _SMO_H
#define _SMO_H
#include "math.h"
#include "stdlib.h"
#include
#include
#include
#include
#include
using namespace std;
#
www.eeworm.com/read/206762/15290172
makefile
# This Makefile is used under Linux
MATLABDIR ?= /usr/local/matlab
CXX ?= g++
#CXX = g++-3.3
CFLAGS = -Wall -O3 -fPIC -I$(MATLABDIR)/extern/include
MEX = $(MATLABDIR)/bin/mex
MEX_OPTION = CC\#$(CXX)
www.eeworm.com/read/368250/9703746
makefile
# This Makefile is used under Linux
MATLABDIR ?= /usr/local/matlab
CXX ?= g++
#CXX = g++-4.1
CFLAGS = -Wall -O3 -fPIC -I$(MATLABDIR)/extern/include
MEX = $(MATLABDIR)/bin/mex
MEX_OPTION = CC\#$(CXX)