亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

LU?¥?????¨?§?£?|?3???£?????¥????

  • Doolittle 分解法

    Doolittle 分解法,數(shù)值分析中的重要方法,是LU分解的基礎(chǔ)算法

    標(biāo)簽: Doolittle 分解

    上傳時間: 2013-12-17

    上傳用戶:qiao8960

  • matlabBank-Based Kalman Filtering Technique for] - A Filter-Bank-Based Kalman Filtering Technique fo

    matlabBank-Based Kalman Filtering Technique for] - A Filter-Bank-Based Kalman Filtering Technique for Wavelet Estimation and Decomposition of Random Signals.pdf [DIP_dg.rar] - JPEG圖像壓縮像素之掃描方法之一(zigzag scan)這是用的循環(huán)法 [imagethreshold.zip] - 老外編寫的閾值分割代碼,非常的好,強烈推薦下載 [contour.rar] - 利用OpenCV進行輪廓提取,很好用!對于初學(xué)openCv的人來說是個很好的入門例程 [lu.rar] - 路徑識別

    標(biāo)簽: Filtering Technique Kalman Filter-Bank-Based

    上傳時間: 2013-12-26

    上傳用戶:417313137

  • 數(shù)值分析 解線性方程組算法

    數(shù)值分析 解線性方程組算法,高斯列主元消去法,LU分解法,高斯-塞德爾迭代法,SOR迭代法

    標(biāo)簽: 數(shù)值分析 解線性 方程 算法

    上傳時間: 2013-12-21

    上傳用戶:253189838

  • 求特征值與特征向量的程序

    求特征值與特征向量的程序,通過methode de LU思想設(shè)計。

    標(biāo)簽: 特征 向量 程序

    上傳時間: 2014-12-07

    上傳用戶:plsee

  • LiScNLS is a Matlab application for the numerical study of some nonlinear differential equations o

    LiScNLS is a Matlab application for the numerical study of some nonlinear differential equations of the form Lu=Nu, using the Lyapunov-Schmidt method. Downloading the LiScNLS package creates a new LiScNLS folder on the computer.

    標(biāo)簽: differential application equations numerical

    上傳時間: 2013-12-21

    上傳用戶:hustfanenze

  • 數(shù)值線性代數(shù)的Matlab應(yīng)用程序包 共13個程序函數(shù)

    數(shù)值線性代數(shù)的Matlab應(yīng)用程序包 共13個程序函數(shù),每個程序函數(shù)有相應(yīng)的例子函數(shù)一一對應(yīng),以*Example.m命名 程序名稱 用途 Method 方法 GrmSch.m QR因子分解 classical Gram-Schmidt orthogonalization 格拉母-斯密特 MGrmSch.m QR因子分解 modified Gram-Schmidt iteration 修正格拉母-斯密特 householder.m QR因子分解 Householder 豪斯霍爾德QR因子分解 ZXEC.m 最小二乘擬合 polynomial interpolant 最小二乘插值多項式 NCLU.m LU因子分解 Gaussian elimination 不選主元素的高斯消元 PALU.m LU因子分解 partial pivoting Gaussian elimination 部分選主元的高斯消元 cholesky.m 楚因子分解 Cholesky Factorization 楚列斯基因子分解 PwItrt.m 求最大特征值 Power Iteration 冪迭代 Jacobi.m 求特征值 Jacobi iteration 按標(biāo)準(zhǔn)行方式次序的雅可比算法 Anld.m 求上Hessenberg Arnoldi Iteration 阿諾爾迪迭代 zuisu.m 解線性方程組 Steepest descent 最速下降法 CG.m 解線性方程組 Gradients 共軛梯度 BCG.m 解線性方程組 Biconjugate Gradients 雙共軛梯度

    標(biāo)簽: Matlab 數(shù)值 應(yīng)用程序 函數(shù)

    上傳時間: 2016-05-17

    上傳用戶:小鵬

  • SuperLU 2.2版本。對大型、稀疏、非對稱的線性系統(tǒng)的直接求解

    SuperLU 2.2版本。對大型、稀疏、非對稱的線性系統(tǒng)的直接求解,用 Gauss 消去法做 LU 分解。用 C 開發(fā)。

    標(biāo)簽: SuperLU 2.2 版本 大型

    上傳時間: 2013-12-08

    上傳用戶:xuanchangri

  • 包括使用修正Gram-Schmit算法實現(xiàn)QR分解

    包括使用修正Gram-Schmit算法實現(xiàn)QR分解,自編LU分解、利用冪法和反冪法計算矩陣最大和最小特征值的程序。例外附有使用這些算法的例子供參考。 QR decomposition algorithm based on modified Gram-Schmit LU decomposition algorithm algorithm used to find maximum and minimum eigenvalue based on power and inverse power method and some examples are also included.

    標(biāo)簽: Gram-Schmit 分解 算法

    上傳時間: 2016-09-07

    上傳用戶:cooran

  • Matlab source codes for the regularized linear discriminant analysis (R-LDA)

    Matlab source codes for the regularized linear discriminant analysis (R-LDA),Author: Lu Juwei,Bell Canada Multimedia Lab, Dept. of ECE, U. of Toronto,Released in 01 November 2004

    標(biāo)簽: discriminant regularized analysis Matlab

    上傳時間: 2014-01-16

    上傳用戶:三人用菜

  • The "GEE! It s Simple" package illustrates Gaussian elimination with partial pivoting, which produce

    The "GEE! It s Simple" package illustrates Gaussian elimination with partial pivoting, which produces a factorization of P*A into the product L*U where P is a permutation matrix, and L and U are lower and upper triangular, respectively. The functions in this package are accurate, but they are far slower than their MATLAB equivalents (x=A\b, [L,U,p]=lu(A), and so on). They are presented here merely to illustrate and educate. "Real" production code should use backslash and lu, not this package.

    標(biāo)簽: illustrates elimination Gaussian pivoting

    上傳時間: 2016-11-09

    上傳用戶:wang5829

主站蜘蛛池模板: 离岛区| 柳州市| 揭阳市| 永善县| 河津市| 鹤山市| 南宫市| 卢龙县| 牡丹江市| 甘泉县| 桂东县| 紫金县| 保德县| 永顺县| 方正县| 灵寿县| 留坝县| 偏关县| 临高县| 贵州省| 格尔木市| 于都县| 昆明市| 珲春市| 大冶市| 梧州市| 琼海市| 汨罗市| 湟源县| 喜德县| 洛扎县| 陆川县| 云龙县| 济南市| 常熟市| 汝城县| 东方市| 肇庆市| 合川市| 霍城县| 永新县|