代码搜索:Solver
找到约 5,733 项符合「Solver」的源代码
代码结果 5,733
www.eeworm.com/read/312163/13617640
c qpbsvm_mex.c
/*---------------------------------------------------------------------------
qpbsvm_mex.c: Solver for QP task required for learning SVM without bias term.
Synopsis:
[x,exitflag,t,access,Histo
www.eeworm.com/read/308773/13692627
h ssolve.h
c----------Sparse Solver Common Blocks
integer esp,nsp,nspo,ipre
logical lsolv1,lsolv2,domd
common /ssolve/ esp,nsp,nspo,ipre,lsolv1,lsolv2,d
www.eeworm.com/read/150221/5694172
cpp main.cpp
#include
#include
#include
// include header file with the differential equations
#include "dgl.h"
// include declaration and implementation of the ODE solver, based
www.eeworm.com/read/139332/5802699
hpp common_factor_rt.hpp
// Boost common_factor_rt.hpp header file ----------------------------------//
// (C) Copyright Daryle Walker and Paul Moore 2001-2002. Permission to copy,
// use, modify, sell and distribute th
www.eeworm.com/read/134901/5891544
m train_ocr.m
% TRAIN_OCR Training of OCR classifier based on multiclass SVM.
%
% Description:
% The following steps are performed:
% - Training set is created from data in directory ExamplesDir.
% - Mult
www.eeworm.com/read/485150/6566146
m ode_test.m
function ode_test
%ODE_TEST Run non-adaptive ODE solvers of different orders.
% ODE_TEST compares the orders of accuracy of several explicit Runge-Kutta
% methods. The non-adaptive ODE solvers
www.eeworm.com/read/409010/11361747
cpp cvm.cpp
#include
#include
#include
#include
#include
#include
#include
#include "cvm.h"
#define CACHE_DELTA 10
//
// Sparse cac
www.eeworm.com/read/347945/11623583
m findapplicablesolvers.m
function solver = findapplicablesolvers(options,ProblemClass,solvers,socp_are_really_qc);
%findapplicablesolvers Internal function to select solver based on problem category
% Author Johan L鰂berg
www.eeworm.com/read/347945/11624787
m selectsolver.m
function [solver,problem] = selectsolver(options,ProblemClass,solvers,socp_are_really_qc);
%SELECTSOLVER Internal function to select solver based on problem category
% Author Johan L鰂berg
% $Id: