代码搜索:Solver
找到约 5,733 项符合「Solver」的源代码
代码结果 5,733
www.eeworm.com/read/149368/12385027
m example6_6.m
%目标函数
function F = tracklsq(input)
a=input(1);
b=input(2);
opt = simset('solver','ode5','SrcWorkspace','Current');
[tout,xout,yout] = sim('trackoptim',[0 5],opt);
%计算误差信号
F = yout-1;
%调
www.eeworm.com/read/114381/15056005
m example6_6.m
%目标函数
function F = tracklsq(input)
a=input(1);
b=input(2);
opt = simset('solver','ode5','SrcWorkspace','Current');
[tout,xout,yout] = sim('trackoptim',[0 5],opt);
%计算误差信号
F = yout-1;
%调
www.eeworm.com/read/349580/3143017
h multiadaptivenewtonsolver.h
// Copyright (C) 2005-2006 Anders Logg.
// Licensed under the GNU LGPL Version 2.1.
//
// First added: 2005-01-27
// Last changed: 2006-08-08
#ifndef __MULTI_ADAPTIVE_NEWTON_SOLVER_H
#define __MULTI
www.eeworm.com/read/349580/3143019
h multiadaptivefixedpointsolver.h
// Copyright (C) 2005-2006 Anders Logg.
// Licensed under the GNU LGPL Version 2.1.
//
// First added: 2005-01-27
// Last changed: 2006-08-08
#ifndef __MULTI_ADAPTIVE_FIXED_POINT_SOLVER_H
#define __
www.eeworm.com/read/407519/2262225
h multiadaptivenewtonsolver.h
// Copyright (C) 2005-2006 Anders Logg.
// Licensed under the GNU LGPL Version 2.1.
//
// First added: 2005-01-27
// Last changed: 2006-08-08
#ifndef __MULTI_ADAPTIVE_NEWTON_SOLVER_H
#define __MULTI
www.eeworm.com/read/407519/2262230
h multiadaptivefixedpointsolver.h
// Copyright (C) 2005-2006 Anders Logg.
// Licensed under the GNU LGPL Version 2.1.
//
// First added: 2005-01-27
// Last changed: 2006-08-08
#ifndef __MULTI_ADAPTIVE_FIXED_POINT_SOLVER_H
#define __
www.eeworm.com/read/407519/2262351
h epetrakrylovsolver.h
// Copyright (C) 2008 Kent-Andre Mardal.
// Licensed under the GNU LGPL Version 2.1.
//
// Last changed: 2008-05-16
#ifdef HAS_TRILINOS
#ifndef __EPETRA_KRYLOV_SOLVER_H
#define __EPETRA_KRYLOV_SOLVE
www.eeworm.com/read/407519/2263122
h multiadaptivenewtonsolver.h
// Copyright (C) 2005-2006 Anders Logg.
// Licensed under the GNU LGPL Version 2.1.
//
// First added: 2005-01-27
// Last changed: 2006-08-08
#ifndef __MULTI_ADAPTIVE_NEWTON_SOLVER_H
#define __MULTI
www.eeworm.com/read/407519/2263127
h multiadaptivefixedpointsolver.h
// Copyright (C) 2005-2006 Anders Logg.
// Licensed under the GNU LGPL Version 2.1.
//
// First added: 2005-01-27
// Last changed: 2006-08-08
#ifndef __MULTI_ADAPTIVE_FIXED_POINT_SOLVER_H
#define __
www.eeworm.com/read/407519/2263248
h epetrakrylovsolver.h
// Copyright (C) 2008 Kent-Andre Mardal.
// Licensed under the GNU LGPL Version 2.1.
//
// Last changed: 2008-05-16
#ifdef HAS_TRILINOS
#ifndef __EPETRA_KRYLOV_SOLVER_H
#define __EPETRA_KRYLOV_SOLVE