搜索资源列表
增广最小二乘估计
- 如果噪声e(k)为有色噪声时,采用最小二乘辨识系统参数为有偏估计,为改善噪声e(k)为有色噪声模型的系统参数估计的统计特性,提出一种增广矩阵的方法
向量矩阵乘
- 这个源代码的功能是实现矩阵向量乘的算法。
矩阵计算的理论与方法
- 内 容 提 要 本书系统阐述了矩阵计算这门学科的基础理论、基本方法和近十几年来发展成熟并得到了广泛应用的新成果.内容包括:矩阵知识的复习和补充,矩阵计算概论;求解线性方程组的直接法和迭代法,线性最小二乘问题,共轭梯度法;求解特征值问题的QR方法和同伦方法;Lanczos方法以及求解Jacobi矩阵特征值反问题的正交约化方法等. 本书取材上,既注重基础理论的严谨性、方法的实用性,又保持了内容的新颖性,反映了该学科的最新进展.本书内
metrix3
- 完成矩阵的输入、输出。具有相同行数和列数的矩阵间的加法、减法。符合矩阵乘法规则要求的矩阵间的乘法。方阵间的除法,方阵的求逆。矩阵的求转置矩阵等功能-Complete matrix of input and output. With the same number of rows and rows of the matrix between the adder, subtraction. In line with the requirem
矩阵相乘
- 这是一个用C实现矩阵相乘-This is the realization of a C matrix multiplication
矩阵相乘的快速算法
- 矩阵相乘的快速算法-rapid matrix multiplication algorithm
矩阵的运算算法
- 这里有加减乘和转置 用C语言编的 注意输入 算法用于稀疏矩阵 首先输入行,列,元素数目 再输入标志位 即每一列的第一个元素是矩阵中的第几个元素 再输入矩阵的元素 再选择符号-here and to take home series with C language to the attention of the importation of sparse matrix algorithm for the importation of th
20040127Matrix
- 矩阵运算程序 功能分析: 本程序能完成矩阵的输入、输出。具有相同行数和列数的矩阵间的加法、减法。符合矩阵乘法规则要求的矩阵间的乘法。方阵间的除法,方阵的求逆。矩阵的求转置矩阵等功能。-matrix calculation procedures Functional Analysis : This procedure can be completed matrix of input and output. Few firms have t
16位快速乘法器
- VHDL语言实现的16位快速乘法器-VHDL of 16 rapid Multiplier
矩阵连乘
- 用动态规划解矩阵连乘问题-use dynamic programming solution matrix continually multiply problems
strassen矩阵相乘
- 算法分析实验报告:Strassen矩阵乘法,无问题-algorithm analysis experiment : Strassen matrix multiplication, no problem
矩阵包
- C语言实现的矩阵的常用计算!包括:矩阵乘法,加法,求逆,转置,开方等等!-C language used in the calculation of matrix! Including : matrix multiplication, addition, the inverse transfer home, prescribing, etc.!
矩形
- VC++编的矩阵程序,可以实现加减乘等运算-A special calculator only for matrix calculation by VC++, you can use it to realize the basic calculations about matrix
动态规划法解决矩阵连乘积问题
- 这是一个小弟用动态规划法解决矩阵连乘积问题的一个算法。-This is a younger dynamic programming matrix to solve even the product of an algorithm.
动态规划-矩阵连乘
- 由于矩阵连乘不同结合方式的运算工作量很不一样. 工作量相差也非常大;所以要寻找一种最佳的结合方式, 然后再执行矩阵乘法运算-continually multiply matrices combining different ways of computing workload very different. The workload is also very big difference; So to find the best com
动态规划----矩阵连乘问题
- 动态规划----矩阵连乘问题 动态规划法是解决问题的一种方法。它不规定为了得到结果需如何将问题划分为子问题的固定方法,而是按不同输入给出问题的具体实例的子问题划分方法,然后再进行运算、解答问题。 矩阵连乘问题的主要思想如下: 1)设置大小为连乘个数的方阵 2)主对角线上方各元素Di,j(i<j)表示矩阵Mi连乘到Mj的最小工作量 3)下方元素Di,j(i>j)记录获得该最小工作量矩阵分组的第一组的最后一个矩阵的序列号 最后通
形成雅克比矩阵程序(c)
- 电力系统中用雅克比矩阵的形成,在潮流计算和仿真中用途广泛-create Matrices by using Jacobi iterative in electric power system.Mostly this method is proposed to calculate the power flow and emulator.
矩阵计算类
- 矩阵计算的类苦,包括矩阵乘法,求逆矩阵求特征值和特征向量等-Matrix Calculation, including Matrix multiplization,etc.
C++matrix
- C++语言的复数与矩阵运算库,编写工程类软件必备。包括矩阵乘、加、数乘、逆等-C language in the plural and matrix operations for the preparation of engineering software required. Including matrix multiplication, Canada, multiply, the inverse
cannon
- 矩阵乘Cannon并行算法的MPI+Fortran实现(Parallel program of Cannon algorithm with MPI and Fortran)