登录
首页 » 算法 » 梯度函数的逆。我已经提供了1个版本的工作

梯度函数的逆。我已经提供了1个版本的工作

于 2022-06-02 发布 文件大小:11.67 kB
0 187
下载积分: 2 下载次数: 1

代码说明:

The inverse of the gradient function. I ve provided versions that work on 1-d vectors, or 2-d or 3-d arrays. In the 1-d case I offer 5 different methods, from cumtrapz, and an integrated cubic spline, plus several finite difference methods. In higher dimensions, only a finite difference/linear algebra solution is provided, but it is fully vectorized and fully sparse in its approach. In 2-d and 3-d, if the gradients are inconsistent, then a least squares solution is generated

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 2.时间序列分析
    1.二分查找 适用条件:查找序列已经有序 int binarysearch(int a[], int n, int x) {     int left, right, center;     left = 0;     right = n - 1;
    2022-03-05 08:28:07下载
    积分:1
  • 基于演化博弈的两个小区用户的资源分配
    应用背景该算法利用演化博弈的思想进行多小区用户的资源分配,将小区重叠部分当做种群,种群中的用户进行演化博弈进行网络切换,基站为其分配子信道。关键技术本算法利用matlab进行仿真测试,仿真结果显示演化博弈能够达到稳定,提升系统吞吐量,在小区资源分配能够有一个很好的参考。不同于传统的资源分配方法,可以给出一个新思路。
    2022-10-29 00:40:04下载
    积分:1
  • 基于sift特征的图像拼接
    基于sift特征的图像拼接主要分为以下几个步骤: (1) 读入两张图片并分别提取SIFT特征 (2) 利用k-d tree和BBF算法进行特征匹配查找 (3) 利用RANSAC算法筛选匹配点并计算变换矩阵 (3) 图像融合
    2023-03-11 19:15:04下载
    积分:1
  • 各种矩阵运的实现,并将向量视为特殊的矩阵。
    各种矩阵运算的实现,并将向量视为特殊的矩阵。-various matrix operations to achieve and Vector as a special matrix.
    2022-11-27 03:15:03下载
    积分:1
  • VB numerical integration algorithm set. Quadrature including the trapezoidal met...
    用VB实现数值积分的算法集。包括梯形求积法,反常积分,三重积分,龙贝格方法,辛卜生方法等6种方法。-VB numerical integration algorithm set. Quadrature including the trapezoidal method, abnormal integral triple integral, Romberg, Oracle Health means six ways.
    2022-06-03 03:01:45下载
    积分:1
  • 卡尔曼滤波是一种递推估计,估计的随机状态。
    A Kalman filter is a stochastic , recursive estimator , which estimates the state of a system based on the knowledge of the system input, the measurement of the system output, and a model of the relation between input and output.
    2023-04-16 16:00:03下载
    积分:1
  • 小孩排队问题
    小孩排队问题- The child lines up the question
    2022-09-18 19:00:03下载
    积分:1
  • vs2008 c# 去雾源码
    开发工具:vs2008;开发语言:c#;功能:去雾算法源码。本程序目的是交流学习,如果要用在项目中,建议使用opencv工具得到图像像素点的RGB值,这样会提高程序的执行效率。
    2022-03-01 17:51:23下载
    积分:1
  • 等值线
    等值线算法,仅供参考,算法有待改进!基于离散点的等值线生成算法,里面包括样例数据!等值线算法,仅供参考,算法有待改进!基于离散点的等值线生成算法,里面包括样例数据!
    2023-01-10 20:50:04下载
    积分:1
  • LUHN
    LUHN算法-LUHN algorithm
    2022-08-22 15:41:47下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载