代码搜索:solves
找到约 1,488 项符合「solves」的源代码
代码结果 1,488
www.eeworm.com/read/299717/3851105
m ls_solve_w.m
function [x,f]=ls_solve_w(A, b, eta, lambda)
% [x,f]=ls_solve_w(A, b, eta, lambda)
%
% solves a weighted Least Squares problem with regularization
% G. Raetsch 1.6.98
% Copyright (c) 1998
www.eeworm.com/read/407519/2262652
cpp main.cpp
// Copyright (C) 2007 Anders Logg and Marie Rognes.
// Licensed under the GNU LGPL Version 2.1.
//
// First added: 2007-04-20
// Last changed: 2007-05-17
//
// This demo program solves the mixed form
www.eeworm.com/read/407519/2262656
py demo.py
"""This demo program solves Poisson's equation
- div grad u(x, y) = f(x, y)
on the unit square with source f given by
f(x, y) = exp(-100(x^2 + y^2))
and homogeneous Dirichlet boundary cond
www.eeworm.com/read/368662/2812426
m lpsetup.m
function [x, duals, idx_workc, idx_bindc] = LPsetup(a, f, b, nequs, vlb, vub, idx_workc, mpopt)
% LPSETUP solves a LP problem using a callable LP routine
% The LP problem is defined as follows:
%
% mi
www.eeworm.com/read/351636/3102991
h vnl_rnpoly_solve.h
// This is core/vnl/algo/vnl_rnpoly_solve.h
#ifndef vnl_rnpoly_solve_h_
#define vnl_rnpoly_solve_h_
#ifdef VCL_NEEDS_PRAGMA_INTERFACE
#pragma interface
#endif
//:
// \file
// \brief Solves for
www.eeworm.com/read/474465/6809785
m rwg4.m
%RWG4 Solves MoM equations for the scattering problem
% Uses the mesh file from RWG2, mesh2.mat, and
% the impedance file from RWG3, impedance.mat,
% as inputs.
%
% Also calculates the
www.eeworm.com/read/474468/6809816
m rwg4.m
%RWG4 Solves MoM equations for the scattering problem
% Uses the mesh file from RWG2, mesh2.mat, and
% the impedance file from RWG3, impedance.mat,
% as inputs.
%
% Also calculates the
www.eeworm.com/read/474474/6809884
m rwg4.m
%RWG4 Solves MoM equations for the antenna radiation problem -
% antenna arrays
%
% Uses the mesh file from RWG2, mesh2.mat, and
% the impedance file from RWG3, impedance.mat,
% as inputs
www.eeworm.com/read/474474/6809905
m rwg4.m
function [PowerSum]=rwg4(phase);
%RWG4 Solves MoM equations for the antenna radiation problem -
% antenna arrays
%
% Uses the mesh file from RWG2, mesh2.mat, and
% the impedance file from R
www.eeworm.com/read/192744/8285703
txt d15r1.txt
Dim C2, FACTR, M, N
Private Sub Command1_Click()
'PROGRAM D15R1
'Driver for routine SHOOT
'Solves for eigenvalues of Spheroidal Harmonics. Both
'Prolate and Oblate case are handle