代码搜索:Solver
找到约 5,733 项符合「Solver」的源代码
代码结果 5,733
www.eeworm.com/read/213492/15133840
c gmnp_mex.c
/*-----------------------------------------------------------------------
gmnp_mex.c: MEX-file solver for Generalized Minimal Norml Problem
Synopsis:
[alpha,exitflag,t,access,History] = gmnp_m
www.eeworm.com/read/213492/15133852
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/162614/5521014
c template4.c
// { dg-do run }
namespace NS
{
template
void solver (){}
}
template
void solver(){}
int main()
{
solver();
NS::solver();
}
www.eeworm.com/read/473219/6848930
m compileinterfacedata.m
function [interfacedata,recoverdata,solver,diagnostic,F] = compileinterfacedata(F,G,P,h,options,findallsolvers)
persistent CACHED_SOLVERS
persistent EXISTTIME
persistent NCHECKS
diagnostic = [
www.eeworm.com/read/473219/6848991
m newcompileinterfacedata.m
function [interfacedata,recoverdata,solver,diagnostic,F] = compileinterfacedata(F,G,P,h,options,CACHED_SOLVERS,findallsolvers)
diagnostic = [];
interfacedata = [];
recoverdata = [];
solver = [];
www.eeworm.com/read/193277/8242755
m compileinterfacedata.m
function [interfacedata,recoverdata,solver,diagnostic,F,Fremoved] = compileinterfacedata(F,aux_obsolete,P,h,options,findallsolvers,parametric)
persistent CACHED_SOLVERS
persistent EXISTTIME
persi
www.eeworm.com/read/172823/9687898
m examp6_5.m
mu=1000; x01=1; x02=2;
f=simget('c6mvdp'); % 首先获得默认的控制参数
f.Solver='ode15s'; % 选择仿真算法为 ode15s
[t,x,y]=sim('c6mvdp',[0,3000],f); % 在新选项下进行仿真
plot(t,y(:,1)), figure; plot(t,y(:,2))
www.eeworm.com/read/411674/11233732
m oaasvm.m
function model = oaasvm(data,options)
% OAASVM Multi-class SVM using One-Agains-All decomposition.
%
% Synopsis:
% model = oaasvm( data )
% model = oaasvm( data, options)
%
% Description:
% model