代码搜索:solves

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

代码结果 1,488
www.eeworm.com/read/458010/7314158

m dlyapsq.m

function v=dlyapsq(a,b) % Solves the discrete Lyapunov equation AV'VA' - V'V +BB' =0 % V is upper triangular with real non-negative diagonal entries % this is equivalent to v=chol(dlyap(a,b*b')) bu
www.eeworm.com/read/449130/7517958

m tridiag_ldlt_sl.m

function [b, iflag] = tridiag_ldlt_sl( d, e, b); % % TRIDIAG_LDLT_SL solves a tridiagonal linear system A x = b, % using the LDLT decomposition of A computed by TRIDIAG_LDLT % % Usage % [b, i
www.eeworm.com/read/448350/7534382

m dlyapsq.m

function v=dlyapsq(a,b) % Solves the discrete Lyapunov equation AV'VA' - V'V +BB' =0 % V is upper triangular with real non-negative diagonal entries % this is equivalent to v=chol(dlyap(a,b*b')) bu
www.eeworm.com/read/441429/7670488

m rwg3.m

%RWG3 FREQUENCY LOOP % Calculates the impedance matrix using function IMPMET % and solves MoM equations % Uses the mesh file from RWG2, mesh2.mat, as an input. % Includes three additional
www.eeworm.com/read/441325/7671806

m opf.m

function [buso, gen, branch, f, success, info, et, g, jac] = opf(baseMVA, bus,... gen, branch, areas, gencost, Au, lbu, ubu, mpopt) %OPF Solves an optimal power flow. % % For an AC OPF, i
www.eeworm.com/read/440750/7682141

m dlyapsq.m

function v=dlyapsq(a,b) % Solves the discrete Lyapunov equation AV'VA' - V'V +BB' =0 % V is upper triangular with real non-negative diagonal entries % this is equivalent to v=chol(dlyap(a,b*b')) bu
www.eeworm.com/read/299178/7881151

m opf.m

function [buso, gen, branch, f, success, info, et, g, jac] = opf(baseMVA, bus,... gen, branch, areas, gencost, Au, lbu, ubu, mpopt) %OPF Solves an optimal power flow. % % For an AC OPF, i
www.eeworm.com/read/298590/7950231

m opf.m

function [buso, gen, branch, f, success, info, et, g, jac, xr, pimul] = ... opf(baseMVA, bus, gen, branch, areas, gencost, Au, lbu, ubu, mpopt, ... N, fparm, H, Cw) %OPF Solves an optimal
www.eeworm.com/read/197958/7960740

m lipsol.m

function [xsol,fval,lambda,exitflag,output] = lipsol(f,Aineq,bineq,Aeq,beq,lb,ub,options,computeLambda) %LIPSOL Linear programming Interior-Point SOLver. % X = LIPSOL(f,A,b) will solves the Linea
www.eeworm.com/read/397799/8021306

m ssprop.m

function u1 = ssprop(u0,dt,dz,nz,alpha,betap,gamma,maxiter,tol); % This function solves the nonlinear Schrodinger equation for % pulse propagation in an optical fiber using the split-step % Fouri