代码搜索:solves
找到约 1,488 项符合「solves」的源代码
代码结果 1,488
www.eeworm.com/read/257008/11961264
m opf.m
function [bus, gen, branch, f, success, et] = opf(baseMVA, bus, gen, gencost, ...
branch, Ybus, Yf, Yt, ref, pv, pq, mpopt)
%OPF Solves an optimal power flow.
% [bus, gen, branch, f, succes
www.eeworm.com/read/257008/11961304
m lpsetup.m
function [x, duals, idx_workc, idx_bindc] = LPsetup(a, f, b, nequs, vlb, vub, idx_workc, mpopt)
% LPSOLVER solves a LP problem using a callable LP routine
% The LP problem is defined as follows:
%
www.eeworm.com/read/152916/12074455
f ausm.f
program ausm
c...Solves the Riemann problem for the Euler equations using first-order
c...upwind method based on LIOU-STEFFEN flux vector splitting.
c...This method is sometimes called AUSM
www.eeworm.com/read/152916/12074465
f sw.f
program stegwarm
c...Solves the Riemann problem for the Euler equations using first-order
c...upwind methods based on STEGER-WARMING flux vector splitting.
c...Number of grid points.
www.eeworm.com/read/152916/12074471
f vanleer.f
program vanleer
c...Solves the Riemann problem for the Euler equations using first-order
c...upwind methods based on VAN LEER flux vector splitting.
c...Number of grid points.
parame
www.eeworm.com/read/152916/12074474
f roefou.f
program roefou
c...Solves the Riemann problem for the Euler equations using Roe's
c...first-order upwind method
c...Number of grid points.
parameter(N = 50)
real*8 gamma, p
www.eeworm.com/read/151555/12201507
m tridisolve.m
function x = tridisolve(a,b,c,d)
% TRIDISOLVE Solve tridiagonal system of equations.
% x = TRIDISOLVE(a,b,c,d) solves the system of linear equations
% b(1)*x(1) + c(1)*x(2) = d(1),
%
www.eeworm.com/read/252980/12251844
readme
Libsvm is a simple, easy-to-use, and efficient software for SVM
classification and regression. It solves C-SVM classification, nu-SVM
classification, one-class-SVM, epsilon-SVM regression, and nu-SVM
www.eeworm.com/read/150760/12266237
m gmnp.m
function [x,fval,stat] = gmnp(H,f,options)
% GMNP Solves Generalized Minimal Norm Problem.
%
% Synopsis:
% [x,fval,stat] = gmnp(H,f)
% [x,fval,stat] = gmnp(H,f,options)
%
% Description:
% The Gene
www.eeworm.com/read/150760/12266270
m~ gmnp.m~
function [x,fval,stat] = gmnp(H,f,options)
% GMNP Solves Generalized Minimal Norm Problem.
%
% Synopsis:
% [x,fval,stat] = gmnp(H,f)
% [x,fval,stat] = gmnp(H,f,options)
%
% Description:
% The Gene