代码搜索:solves
找到约 1,488 项符合「solves」的源代码
代码结果 1,488
www.eeworm.com/read/155568/11863026
m bslashtx.m
function x = bslashtx(A,b)
% BSLASHTX Solve linear system (backslash)
% x = bslashtx(A,b) solves A*x = b
[n,n] = size(A);
if isequal(triu(A,1),zeros(n,n))
% Lower triangular
x = forward
www.eeworm.com/read/151555/12201508
m bslashtx.m
function x = bslashtx(A,b)
% BSLASHTX Solve linear system (backslash)
% x = bslashtx(A,b) solves A*x = b
[n,n] = size(A);
if isequal(triu(A,1),zeros(n,n))
% Lower triangular
x = forward
www.eeworm.com/read/212794/15149146
m vtb9_4.m
function [x,xd]=VTB9_4(n,dt,x0,xd0,a,b,c,u)
%VTB9_4 Solves the forced multiples degree of freedom system using Euler's
% method.
% x=VTB9_4(n,dt,x0,a,u) Solves the system given the initial stat
www.eeworm.com/read/393976/8252711
m vtb9_4.m
function [x,xd]=VTB9_4(n,dt,x0,xd0,a,b,c,u)
%VTB9_4 Solves the forced multiples degree of freedom system using Euler's
% method.
% x=VTB9_4(n,dt,x0,a,u) Solves the system given the initial stat
www.eeworm.com/read/269766/11078909
m turv.m
function x_turv = turv(U,R,V,p,b)
% turv --> Solves a least squares problem using the URV decomposition.
%
%
% x_turv = turv(U,R,V,p,b)
%
%
% Solves the near-rank def
www.eeworm.com/read/269766/11078910
m tulv.m
function x_tulv = tulv(U,L,V,p,b)
% tulv --> Solves a least squares problem using the ULV decomposition.
%
%
% x_tulv = tulv(U,L,V,p,b)
%
%
% Solves the near-rank def
www.eeworm.com/read/269766/11078951
m trrqr.m
function x_trrqr = trrqr(Q,R,Pi,p,b)
% trrqr --> Solves a least squares problem using the RRQR decomposition.
%
%
% x_trrqr = trrqr(Q,R,Pi,p,b)
%
%
% Solves the near-
www.eeworm.com/read/202680/15375885
m bslashtx.m
function x = bslashtx(A,b)
% BSLASHTX Solve linear system (backslash)
% x = bslashtx(A,b) solves A*x = b
[n,n] = size(A);
if isequal(triu(A,1),zeros(n,n))
% Lower triangular
x = forward(A,b);
www.eeworm.com/read/428849/8835014
m contents.m
% Optimization methods for STPRtoolbox.
%
% gmnp - Solves Generalized Minimal Norm (GMNP) problem.
% gnnls - Solves Generalized Non-negative Least Squares (GNNLS) problem.
% gnpp - S
www.eeworm.com/read/428849/8835040
m~ contents.m~
% Optimization methods for STPRtoolbox.
%
% gmnp - Solves Generalized Minimal Norm Problem (GMNP).
% gnnls - Solves Generalized Non-negative Least Squares Problem (GNNLS).
% gridsearch - F