代码搜索:solves
找到约 1,488 项符合「solves」的源代码
代码结果 1,488
www.eeworm.com/read/349580/3142723
cpp main.cpp
// Copyright (C) 2002 Anders Logg.
// Licensed under the GNU LGPL Version 2.1.
//
// First added: 2002
// Last changed: 2006-08-22
//
// This demo solves the harmonic oscillator on
// the time interv
www.eeworm.com/read/304358/3799786
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/425756/2003320
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/407519/2262500
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
www.eeworm.com/read/407519/2262697
cpp main.cpp
// Copyright (C) 2002 Anders Logg.
// Licensed under the GNU LGPL Version 2.1.
//
// First added: 2002
// Last changed: 2006-08-22
//
// This demo solves the harmonic oscillator on
// the time interv
www.eeworm.com/read/407519/2262698
cpp main_solvedual.cpp
// Copyright (C) 2002 Anders Logg.
// Licensed under the GNU LGPL Version 2.1.
//
// First added: 2002
// Last changed: 2006-08-22
//
// This demo solves the harmonic oscillator on
// the time interv
www.eeworm.com/read/393395/2474572
m bwdpr1.m
% y = bwdpr1(Lden, b)
% BWDPR1 Solves "PROD_k L(pk,betak)' * y = b", where
% L(p,beta) = eye(n) + tril(p*beta',-1).
%
% **********
www.eeworm.com/read/194440/8193875
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/394381/8227692
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/265706/11256200
m dcopf.m
function [buso, geno, brancho, f, success, info, et, g, jac] = dcopf(baseMVA, ...
bus, gen, branch, areas, gencost, mpopt)
%DCOPF Solves a DC optimal power flow.
% [bus, gen, bra