代码搜索:solves
找到约 1,488 项符合「solves」的源代码
代码结果 1,488
www.eeworm.com/read/353896/10407034
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/279380/10442818
m asol.m
function[V] = Asol(MTX,u,tol)
% [V] = Asol(MTX,u,tol)
% Calculates the 3D Dc res forward modeling matrix times a vector
% it solves Av = u (in this notation) or v = A^-1*u
% Copyright (c) 2007 b
www.eeworm.com/read/158966/10706435
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/273093/10927553
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/271450/10994209
cpp fname2.cpp
//: C14:FName2.cpp
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 1999
// Copyright notice in Copyright.txt
// Subtyping solves the problem
www.eeworm.com/read/172061/7074806
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/460330/7253779
m sdis5.m
% Function Subprogram sdis3.m
%
% Solves the dispersion parts of the coupled differential equations
% using a fast-Fourier-transform.
function y = sdis5(a,f,g,e,aa,dk,h)
[hh ns] = size(f);
h
www.eeworm.com/read/460330/7253782
m sdis4.m
% Function Subprogram sdis4.m
%
% Solves the dispersion parts of the coupled differential equations
% using a fast-Fourier-transform.
function y = sdis4(a,f,g,e,t,aa,dk,h)
[hh ns] = size(f);
www.eeworm.com/read/445119/7599161
m rwg4.m
%RWG4 Solves MoM equations for the antenna radiation problem
% Uses the mesh file from RWG2, mesh2.mat, and
% the impedance file from RWG3, impedance.mat,
% as inputs.
%
% Also calcula
www.eeworm.com/read/439841/7700936
m eigen.m
%EIGEN Solves the eigenvalue problem in design of the unit-energy constrained
% minimum mean-squared error time domain equalizer.
% [B, W, D, MSE, R, Dv] = EIGEN(RXX, RYY, RXY, Dmin, Dmax, Nb, Nw, L