代码搜索:solves

找到约 1,488 项符合「solves」的源代码

代码结果 1,488
www.eeworm.com/read/365972/9837959

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/167116/9980392

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), % a(
www.eeworm.com/read/362246/10010515

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/362246/10010553

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/163563/10153885

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/163563/10153911

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/358827/10178431

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/162867/10262441

m eigen.m

%EIGEN Solves the eigenvalue problem in design of the unit-energy % constrained minimum mean-squared error time domain equalizer. % [B, W, D, MSE, R, Dv] = EIGEN(RXX, RYY, RXY, Dmin, Dmax, Nb,
www.eeworm.com/read/355063/10297874

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/355063/10297890

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.