代码搜索:Solver
找到约 5,733 项符合「Solver」的源代码
代码结果 5,733
www.eeworm.com/read/312163/13617629
c~ gnpp_mex.c~
/*-----------------------------------------------------------------------
gnpp_mex.c: MEX-file solver for Generalized Nearest Point Problem
Synopsis:
[alpha,exitflag,t,access,History] = gnpp_m
www.eeworm.com/read/134901/5891496
c~ ssvm2_mex.c~
/*-----------------------------------------------------------------------
ssvm2_mex.c: MEX-file for single-class SVM with L2-soft margin.
Compile:
mex -O -I../../kernels -outdir ../ ssvm2_m
www.eeworm.com/read/134901/5891498
m~ bsvm2.m~
function [model]=msvm2( data, options )
% MSVM2 Multiclass SVM with 2-soft margin trained by single-class optimizer.
%
% Synopsis:
% model = mssvm( data, options)
%
% Description:
% This function i
www.eeworm.com/read/134901/5891571
m rsde.m
function model = rsde(X,options)
% RSDE Reduced Set Density Estimator.
%
% Synopsis:
% model = rsde(X,options)
%
% Description:
% This function implements the Reduced Set Density Estimator
% [Giro
www.eeworm.com/read/134901/5891573
m~ rsde.m~
function model = rsde(X,options)
% RSDE Reduced Set Density Estimator.
%
% Synopsis:
% model = rsde(X,options)
%
% Description:
% This function implements the Reduced Set Density Estimator
% [Giro
www.eeworm.com/read/485012/6570590
m have_fcn.m
function TorF = have_fcn(tag)
%HAVE_FCN Test for optional functionality.
% TorF = have_fcn(tag) returns 1 if the optional functionality is
% available, 0 otherwise.
%
% Possible values for inpu
www.eeworm.com/read/347945/11624514
m compileinterfacedata.m
function [interfacedata,recoverdata,solver,diagnostic,F,Fremoved] = compileinterfacedata(F,aux_obsolete,logdetStruct,h,options,findallsolvers,parametric)
persistent CACHED_SOLVERS
persistent EXIST
www.eeworm.com/read/156956/11750303
m have_fcn.m
function TorF = have_fcn(tag)
%HAVE_FCN Test for optional functionality.
% TorF = have_fcn(tag) returns 1 if the optional functionality is
% available, 0 otherwise.
%
% Possible values for inpu
www.eeworm.com/read/259727/11770697
m have_fcn.m
function TorF = have_fcn(tag)
%HAVE_FCN Test for optional functionality.
% TorF = have_fcn(tag) returns 1 if the optional functionality is
% available, 0 otherwise.
%
% Possible values for inpu
www.eeworm.com/read/345569/11808469
makefile
CFLAGS = -O3 -Wall -finline-functions
LFLAGS = -O3 -Wall -finline-functions -lz -lm -lpthread
CC = g++
all:
$(CC) $(CFLAGS) -c Simp/Solver.C -o Simp/Solver.o
$(CC) $(CFLAGS) -c Simp/SimpSolve