代码搜索:solves
找到约 1,488 项符合「solves」的源代码
代码结果 1,488
www.eeworm.com/read/407093/11429588
c dgstrs.c
/*! @file dgstrs.c
* \brief Solves a system using LU factorization
*
*
* -- SuperLU routine (version 3.0) --
* Univ. of California Berkeley, Xerox Palo Alto Research Center,
* and Lawrenc
www.eeworm.com/read/407093/11429662
c cgstrs.c
/*! @file cgstrs.c
* \brief Solves a system using LU factorization
*
*
* -- SuperLU routine (version 3.0) --
* Univ. of California Berkeley, Xerox Palo Alto Research Center,
* and Lawrenc
www.eeworm.com/read/405800/11456639
m lsvm.m
function [iter, optCond, time, w, gamma] = lsvm(A,D,nu,tol,maxIter,alpha, ...
perturb,normalize);
% LSVM Langrangian Support Vector Machine algorithm
% LSVM solves a support vector machine
www.eeworm.com/read/260921/11686748
m leaveoneout.m
function [iter, optCond, time, w, gamma] = lsvm(A,D,nu,tol,maxIter,alpha, ...
perturb,normalize);
% LSVM Langrangian Support Vector Machine algorithm
% LSVM solves a support vector machine
www.eeworm.com/read/259756/11768559
m lshape.m
function Lshape
% LSHAPE solves Poisson equation in a L-shaped domain with FEM with
% adaptive mesh refinement.
%
% L. Chen & C. Zhang 10-20-2006
%---------------------------------------------------
www.eeworm.com/read/257010/11960660
m swingrk2.m
% This program solves the swing equation of a one-machine system
% when subjected to a three-phase fault with subsequent clearance
% of the fault.
%
% Copyright 1998 H. Saadat
%
function swingr
www.eeworm.com/read/153018/12066898
m unimodal.m
function B=unimodal(X,Y,Bold)
% Solves the problem min|Y-XB'| subject to the columns of
% B are unimodal and nonnegative. The algorithm is iterative
% If an estimate of B (Bold) is given only on
www.eeworm.com/read/130781/14174389
c psh2.c
/** prompting shell version 2
**
** Solves the `one-shot' problem of version 1
** Uses execvp(), but fork()s first so that the
** shell waits around to perform another command
** New probl
www.eeworm.com/read/472943/1402537
m seriesmillssolve.m
function t = SeriesMillsSolve(rho)
% t = SeriesMillsSolve(rho)
%
% Solves the equation M(s) = rho
global ztable millstable
% check that nu is in range.
if max(rho(:)) >= 1 | min( rho(:))
www.eeworm.com/read/472943/1402563
m seriesmillssolve.m
function t = SeriesMillsSolve(rho)
% t = SeriesMillsSolve(rho)
%
% Solves the equation M(s) = rho
global ztable millstable
% check that nu is in range.
if max(rho(:)) >= 1 | min( rho(:))