代码搜索:Solver
找到约 5,733 项符合「Solver」的源代码
代码结果 5,733
www.eeworm.com/read/259727/11770862
m opf_slvr.m
function code = opf_slvr(alg)
%OPF_SLVR Which OPF solver is used by alg.
% code = opf_slvr(alg) returns a solver code given an algorithm code.
% The codes are:
% 0 - 'constr' from Optimiz
www.eeworm.com/read/257911/11907384
m opf_slvr.m
function code = opf_slvr(alg)
%OPF_SLVR Which OPF solver is used by alg.
% code = opf_slvr(alg) returns a solver code given an algorithm code.
% The codes are:
% 0 - 'constr' from Optimiz
www.eeworm.com/read/233016/14173535
m contents.m
% PDSCO:Contents -- Primal-Dual Log Barrier Solver
%------------------------------------------------------------------------
%
% This directory contains the interior-point solver "pdsco"
% and files a
www.eeworm.com/read/233016/14173618
changes
Atomizer CHANGES
04 Oct 2000:
Atomizer 802 made compatible with WaveLab 802 and Matlab 5x.
14 Apr 2001:
/DeNoising/ New solver BPDN_Interior2.
www.eeworm.com/read/216987/14983368
f90 calc_varcons.f90
!------------------------------------------------------------------------------!
! Procedure : calc_varcons Auteur : J. Gressier
! Date : Juin
www.eeworm.com/read/473219/6848793
m bmilin.m
function diagnostic = bmilin(F,h,options)
%BMILIN Simple BMI solver based on sequential linearizations
%
% diagnostic = bmilin(F,h,options)
%
% EXTREMELY naive implementation of a local BMI solve
www.eeworm.com/read/473219/6849032
m callbmilin.m
function diagnostic = callbmilin(F,h,options)
%
% EXTREMELY naive implementation of a local BMI solver
% using linearizations and a simple trust-region.
%
% To be precise, it not only "solves" pr
www.eeworm.com/read/193277/8242047
m bmilin.m
function diagnostic = bmilin(F,h,options)
%BMILIN Simple BMI solver based on sequential linearizations
%
% diagnostic = bmilin(F,h,options)
%
% EXTREMELY naive implementation of a local BMI solve
www.eeworm.com/read/193277/8243024
m callbmilin.m
function diagnostic = callbmilin(F,h,options)
%
% EXTREMELY naive implementation of a local BMI solver
% using linearizations and a simple trust-region.
%
% To be precise, it not only "solves" pr
www.eeworm.com/read/411674/11233693
c svm2_mex.c
/*---------------------------------------------------------------------------
svm2_mex.c: MEX-file for binary SVM with L2-soft margin solver.
Compile:
mex svm2_mex.c qpc2solver.c kernel_fun.