代码搜索:solves
找到约 1,488 项符合「solves」的源代码
代码结果 1,488
www.eeworm.com/read/163563/10153880
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/358827/10178434
m gauss.m
function x = gauss(A,B)
%The sizes of matrices A,B are supposed to be NA x NA and NA x NB.
%This function solves Ax = B by Gauss elimination algorithm.
NA = size(A,2);
[NB1,NB] = size(B);
if NB1 ~= NA
www.eeworm.com/read/309747/13664945
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/347943/11626141
c bwblkslv.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
www.eeworm.com/read/257008/11961255
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/438698/1823493
m l1dantzig_pd.m
% l1dantzig_pd.m
%
% Solves
% min_x ||x||_1 subject to ||A'(Ax-b)||_\infty
www.eeworm.com/read/393395/2474558
c bwblkslv.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
www.eeworm.com/read/369527/9641557
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/335571/12514267
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/132706/14077872
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,