代码搜索:solves

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

代码结果 1,488
www.eeworm.com/read/344679/11868544

m gausspf.m

function [V, converged, i] = gausspf(Ybus, Sbus, V0, ref, pv, pq, mpopt) %GAUSSPF Solves the power flow using a Gauss-Seidel method. % [V, converged, i] = gausspf(Ybus, Sbus, V0, ref, pv, pq, mpopt
www.eeworm.com/read/257911/11906862

m newtonpf.m

function [V, converged, i] = newtonpf(Ybus, Sbus, V0, ref, pv, pq, mpopt) %NEWTONPF Solves the power flow using a full Newton's method. % [V, converged, i] = newtonpf(Ybus, Sbus, V0, ref, pv, pq, m
www.eeworm.com/read/257911/11907314

m gausspf.m

function [V, converged, i] = gausspf(Ybus, Sbus, V0, ref, pv, pq, mpopt) %GAUSSPF Solves the power flow using a Gauss-Seidel method. % [V, converged, i] = gausspf(Ybus, Sbus, V0, ref, pv, pq, mpopt
www.eeworm.com/read/257911/11907389

m uopf.m

function [bus0, gen0, branch0, f0, success0, et] = ... uopf(baseMVA, bus, gen, gencost, branch, areas, mpopt) %UOPF Solves combined unit decommitment / optimal power flow. % [bus, gen, bran
www.eeworm.com/read/257008/11961312

m fdpf.m

function [V, converged, i] = fdpf(Ybus, Sbus, V0, Bp, Bpp, ref, pv, pq, mpopt) %FDPF Solves the power flow using a fast decoupled method. % [V, converged, i] = fdpf(Ybus, Sbus, V0, Bp, Bpp, ref,
www.eeworm.com/read/148788/12426057

m irwls.m

function [nsv,al3,bi,T,Lp]=irwls(x,y,ker,C,par,tol); % % % This function solves the Support Vector Machine for pattern recognition. % % [nsv,al3,bi,T,Lp]=irwls(x,y,ker,C,par,tol); % % This
www.eeworm.com/read/336244/12462078

c sqp_2.c

/* This function implements the algorithm sqp_2 as described in Chapter 7. sqp_2 solves the following minimization problem: Find, x_0,...,x_{n-1}, that minimizes f(x_0,...,x_{n-1}) subjec
www.eeworm.com/read/457216/1599788

c mexbwblkslv.c

/* y = bwblkslv(L,b, [y]) Given block sparse Cholesky structure L, as generated by SPARCHOL, this solves the equation "L.L' * y(L.perm) = b", i.e. y(L.perm) = L.L'\b. The diagonal of L
www.eeworm.com/read/373026/2767721

c mexbwblkslv.c

/* y = bwblkslv(L,b, [y]) Given block sparse Cholesky structure L, as generated by SPARCHOL, this solves the equation "L.L' * y(L.perm) = b", i.e. y(L.perm) = L.L'\b. The diagonal of L
www.eeworm.com/read/368662/2812406

m newtonpf.m

function [V, converged, i] = newtonpf(Ybus, Sbus, V0, ref, pv, pq, mpopt) %NEWTONPF Solves the power flow using a full Newton's method. % [V, converged, i] = newtonpf(Ybus, Sbus, V0, ref, pv, pq, m