代码搜索:solves
找到约 1,488 项符合「solves」的源代码
代码结果 1,488
www.eeworm.com/read/156301/11813367
m attgoal.m
function [x, OPTIONS] = attgoal(FUN,x,GOAL,WEIGHT,OPTIONS,VLB,VUB,GRADFUN,varargin)
%ATTGOAL Solves the multi-objective goal attainment optimization problem.
% ATTGOAL has been replaced with FGOAL
www.eeworm.com/read/154209/11982982
m levinson.m
function a=levinson(R,N);
%LEVINSON Levinson-Durbin Recursion.
% A = LEVINSON(R,N) solves the Yule-Walker system of equations
% using the Levinson-Durbin recursion. R is a vector of
% aut
www.eeworm.com/read/339293/12244539
m expl9_1_alt.m
%
% Script: Expl9_1_alt.m
%
% Author: MC Turner
% Dept. of Engineering
% Univ. of Leicester
%
% Date: 13th June 2001
%
% Purpose:
%
% This file solves an LQG problem incorpo
www.eeworm.com/read/337307/12377452
m nlsq.m
function [x,CostFunction,JAC,EXITFLAG,OUTPUT] = nlsq(funfcn,x,verbosity,options,CostFunction,JAC,YDATA,caller,varargin)
%NLSQ Solves non-linear least squares problems.
% NLSQ is the core code for
www.eeworm.com/read/124883/14529636
c dgesl.c
extern double ddot();
extern void daxpy();
void dgesl( a, n, ipvt, b, job )
double **a, *b;
int n, *ipvt, job;
/*
Purpose : dgesl solves the linear system
a * x = b or Transpose(a) * x = b
www.eeworm.com/read/217040/14981795
dem shoot.dem
PROGRAM d16r1(input,output);
(* driver for routine SHOOT *)
(* Solves for eigenvalues of spheroidal harmonics. Both
prolate and oblate case are handled simultaneously, leading
to six first-order e
www.eeworm.com/read/213912/15122487
m calc_root.m
% script file calc_root.m
%
% purpose:
% This program solves for the roots of a quadratic equation
% of the form a*x^2+b*x+c=0.It calcaulates the answers of
% roots the equation posseses.
%
%
www.eeworm.com/read/455463/1614252
m levrec.m
function x=levrec(aa,b);
% x=levrec(aa,b)
%
% This function solves the matrix equation Tx=b for the vector
% x using Levinson recursion. The symmetric Toeplitz matrix T is
% assumed specified comple
www.eeworm.com/read/232874/4695992
m reconstruction.m
%
% Script for Reconstruction Example
%
% solves the problem
% min ||D(x)||_1 s.t. y = S(x),
%
% where D is successive differences
% and S random sampling
%
clear all;
% Signal
p = 2^9;
www.eeworm.com/read/349580/3142585
readme
This test program solves Poisson's equation
- div grad u = f
on the unit square and on the unit cube with homogeneous Dirichlet
boundary conditions.
In 2D, the right-hand side f is given by