代码搜索:solving
找到约 630 项符合「solving」的源代码
代码结果 630
www.eeworm.com/read/370224/9608511
txt readme.txt
====== readme for minpack ======
Minpack includes software for solving nonlinear equations and
nonlinear least squares problems. Five algorithmic paths each include
a core subroutine and an easy-to-
www.eeworm.com/read/368337/9701517
texi linalg.texi
@cindex linear algebra
@cindex solution of linear systems, Ax=b
@cindex matrix factorization
@cindex factorization of matrices
This chapter describes functions for solving linear systems. The
www.eeworm.com/read/172012/9726714
m glagnodewt.m
function [x,w] = GLagNodeWt(n)
% GLagNodeWt Nodes and weights for Gauss-Laguerre quadrature of arbitrary order
% by solving an eigenvalue problem
%
% Synopsis: [x,w] = GLagNodeWt(n)
www.eeworm.com/read/201792/15396363
m drugdelivery.m
function DrugDelivery
% [Ref] Problem Solving in Chemical Engineering
% by Michael B. Cutlip and Mordechai Shacham.
% 7.4(a) Controlled Drug Delivery by Dissolution of Pill Coating
%
% Author:
www.eeworm.com/read/181164/9271658
txt readme.txt
+--------+
| Goal |
+--------+
This library is intended a widely reusable C++ library.
Reusableness means:
1. The efficiency of problem solving against resource consumption.
2. W
www.eeworm.com/read/179705/9342427
texi linalg.texi
@cindex linear algebra
@cindex solution of linear systems, Ax=b
@cindex matrix factorization
@cindex factorization of matrices
This chapter describes functions for solving linear systems. The
librar
www.eeworm.com/read/175226/9555308
cpp list0715.cpp
// Listing 7.15 - Demonstrates solving the nth
// Fibonacci number using iteration
#include
unsigned int fib(unsigned int position);
int main()
{
using namespace std;
unsi
www.eeworm.com/read/164554/10103416
m contents.m
% Matlab Differentiation Matrix Suite
%
%by J.A.C. Weideman and S.C. Reddy
%
%This is a software package consisting of seventeen {\sc Matlab}
%functions for solving differential equations on bounded,
www.eeworm.com/read/280595/10311763
c qpc2solver.c
/*-----------------------------------------------------------------------
qpcsolver.c: Algorithm solving QPC2 task.
QPC2 task to solve is
min 0.5*alpha'*H*alpha + c'*alpha
subject
www.eeworm.com/read/424281/10468924
texi linalg.texi
@cindex linear algebra
@cindex solution of linear systems, Ax=b
@cindex matrix factorization
@cindex factorization of matrices
This chapter describes functions for solving linear systems. The
librar