代码搜索:solves

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

代码结果 1,488
www.eeworm.com/read/407519/2262599

cpp main.cpp

// Copyright (C) 2006-2007 Anders Logg. // Licensed under the GNU LGPL Version 2.1. // // First added: 2006-02-09 // Last changed: 2007-07-11 // // This demo solves the time-dependent convection-diff
www.eeworm.com/read/407519/2262630

py demo.py

"""This demo program solves Poisson's equation - div grad u(x, y) = f(x, y) on the unit square with source f given by f(x, y) = 500*exp(-((x-0.5)^2 + (y-0.5)^2)/0.02) and boundary conditio
www.eeworm.com/read/393395/2474571

c fwblkslv.c

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

m qcqp.m

% Section 5.2.4: Solves a simple QCQP % Boyd & Vandenberghe, "Convex Optimization" % Jo雔le Skaf - 08/23/05 % % Solved a QCQP with 3 inequalities: % minimize 1/2 x'*P0*x + q0'*r + r0 %
www.eeworm.com/read/373026/2767701

c mexfwblkslv.c

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

m uopf.m

function [best_bus, best_gen, best_branch, best_f, best_success, et] = ... uopf(baseMVA, bus, gen, gencost, branch, Ybus, Yf, Yt, mpopt) %UOPF Solves combined unit commitment / optimal power flow
www.eeworm.com/read/335571/12514434

m uopf.m

function [best_bus, best_gen, best_branch, best_f, best_success, et] = ... uopf(baseMVA, bus, gen, gencost, branch, Ybus, Yf, Yt, mpopt) %UOPF Solves combined unit commitment / optimal power flow
www.eeworm.com/read/132706/14078010

m uopf.m

function [best_bus, best_gen, best_branch, best_f, best_success, et] = ... uopf(baseMVA, bus, gen, gencost, branch, Ybus, Yf, Yt, mpopt) %UOPF Solves combined unit commitment / optimal power flow
www.eeworm.com/read/188426/8541250

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,
www.eeworm.com/read/378383/9233131

m l1dantzig_pd.m

% l1dantzig_pd.m % % Solves % min_x ||x||_1 subject to ||A'(Ax-b)||_\infty