搜索资源列表
BRENT
- 用Visual C++实现,不用导数的布伦特法 Visual C+常用数值算法集中的源代码-Using Visual C++ implementation of Brent method without derivative Visual C+ numerical algorithm used concentrated source code
brent
- Finds a root of f(x) = 0 by combining quadratic interpolation with bisection (Brent s method).-Finds a root of f(x) = 0 by combining quadratic interpolation with bisection (Brent s method).
LP.m
- This function computes the LP guided modes of a step-index optical fiber using Matlab s "fzero" function available in the Matlab s Symbolic Toolbox. The "fzero" function uses Brent s method to find the root of a continuous function of one variable gi
BrentOptimize
- 图像配准技术及其matlab实现书中的brent算法源码-Brent algorithm source image registration technology and its matlab book
Brent
- Brent算法为结合黄金分割法和抛物线法的一维搜索方法(one dimension search)