代码搜索:solves
找到约 1,488 项符合「solves」的源代码
代码结果 1,488
www.eeworm.com/read/197958/7960724
m trust.m
function [s,val,posdef,count,lambda] = trust(g,H,delta)
%TRUST Exact soln of trust region problem
%
% [s,val,posdef,count,lambda] = TRUST(g,H,delta) Solves the trust region
% problem: min{g^Ts + 1
www.eeworm.com/read/196814/8058724
m trust.m
function [s,val,posdef,count,lambda] = trust(g,H,delta)
%TRUST Exact soln of trust region problem
%
% [s,val,posdef,count,lambda] = TRUST(g,H,delta) Solves the trust region
% problem: min{g^Ts + 1
www.eeworm.com/read/244945/12829504
m trust.m
function [s,val,posdef,count,lambda] = trust(g,H,delta)
%TRUST Exact soln of trust region problem
%
% [s,val,posdef,count,lambda] = TRUST(g,H,delta) Solves the trust region
% problem: min{g^Ts + 1
www.eeworm.com/read/143089/12899519
cpp fname2.cpp
//: C14:FName2.cpp
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 2000
// Copyright notice in Copyright.txt
// Subtyping solves the problem
#in
www.eeworm.com/read/329331/12960493
m trust.m
function [s,val,posdef,count,lambda] = trust(g,H,delta)
%TRUST Exact soln of trust region problem
%
% [s,val,posdef,count,lambda] = TRUST(g,H,delta) Solves the trust region
% problem: min{g^Ts + 1
www.eeworm.com/read/137548/13312997
cpp fname2.cpp
//: C14:FName2.cpp
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 2000
// Copyright notice in Copyright.txt
// Subtyping solves the problem
#in
www.eeworm.com/read/312163/13617637
m gnnls.m
function [x,fval,stat] = gnnls(H,f,options)
% GNNLS Solves Generalized Non-negative Least Squares (GNNLS) problem.
%
% Synopsis:
% [x,fval,stat] = gnnls(H,f)
% [x,fval,stat] = gnnls(H,f,options)
%
www.eeworm.com/read/147529/5728655
m trust.m
function [s,val,posdef,count,lambda] = trust(g,H,delta)
%TRUST Exact soln of trust region problem
%
% [s,val,posdef,count,lambda] = TRUST(g,H,delta) Solves the trust region
% problem: min{g^Ts + 1
www.eeworm.com/read/147529/5728865
m trust.m
function [s,val,posdef,count,lambda] = trust(g,H,delta)
%TRUST Exact soln of trust region problem
%
% [s,val,posdef,count,lambda] = TRUST(g,H,delta) Solves the trust region
% problem: min{g^Ts + 1
www.eeworm.com/read/139903/5795545
cpp fname2.cpp
//: C14:FName2.cpp
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 2000
// Copyright notice in Copyright.txt
// Subtyping solves the problem
#in