搜索资源列表

  1. newtons_algorithm_for_nnls

    0下载:
  2. 文献1的仿真程序 solves the linear least squares problem with nonnegative variables = using the newton s algorithm in [1]. [1] Portugal, Judice and Vicente, A comparison of block pivoting and % interior point algorithms
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1684
    • 提供者:刘美
  1. NumericalLinearAlgebra

    2下载:
  2. 数值线性代数的Matlab应用程序包 共13个程序函数,每个程序函数有相应的例子函数一一对应,以*Example.m命名 程序名称 用途 Method 方法 GrmSch.m QR因子分解 classical Gram-Schmidt orthogonalization 格拉母-斯密特 MGrmSch.m QR因子分解 modified Gram-Schmidt iteration 修
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:6530
    • 提供者:YUXIANGCHENG
  1. gaussian elimination with partial pivoting

    0下载:
  2. gaussian elimination with partial pivoting for C++ 解方程组
  3. 所属分类:其它

  1. LU decomposition

    0下载:
  2. LU decomposition with partial pivoting
  3. 所属分类:matlab例程

    • 发布日期:2011-04-12
    • 文件大小:592
    • 提供者:chcdgary
  1. newtons_algorithm_for_nnls

    0下载:
  2. 文献1的仿真程序 solves the linear least squares problem with nonnegative variables = using the newton s algorithm in [1]. [1] Portugal, Judice and Vicente, A comparison of block pivoting and % interior point algorithms
  3. 所属分类:Windows编程

    • 发布日期:2024-06-30
    • 文件大小:1024
    • 提供者:刘美
  1. NumericalLinearAlgebra

    1下载:
  2. 数值线性代数的Matlab应用程序包 共13个程序函数,每个程序函数有相应的例子函数一一对应,以*Example.m命名 程序名称 用途 Method 方法 GrmSch.m QR因子分解 classical Gram-Schmidt orthogonalization 格拉母-斯密特 MGrmSch.m QR因子分解 modified Gram-Schmidt iteration 修
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-06-30
    • 文件大小:6144
    • 提供者:YUXIANGCHENG
  1. GEE

    0下载:
  2. 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 triangu
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-06-30
    • 文件大小:10240
    • 提供者:Allan KAO
  1. ldiv

    0下载:
  2. 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 triangu
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-06-30
    • 文件大小:1024
    • 提供者:Allan KAO
  1. superlu_3.1.tar

    0下载:
  2. SuperLU is a general purpose library for the direct solution of large, sparse, nonsymmetric systems of linear equations on high performance machines. The library is written in C and is callable from either C or Fortran.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-06-30
    • 文件大小:1955840
    • 提供者:anfangde
  1. ww

    0下载:
  2. Modify the Matlab Gauss Elimination routine given in lectures so that it (a) performs implicit complete pivoting, and (b) handles m right hand sides at once by performing an LU decomposition of the matrix A first and
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-06-30
    • 文件大小:1024
    • 提供者:liuzhenghao
  1. GAUSSJ

    0下载:
  2. Gauss Jordan算法求解矩阵的逆-Gauss Jordan Matrix Inversion with pivoting
  3. 所属分类:Windows编程

    • 发布日期:2024-06-30
    • 文件大小:1024
    • 提供者:cc
  1. matrix_inverse

    0下载:
  2. This function calculates the inverse of a square matrix matrix_inverse(double *Min, double *Mout, int actualsize) Min : Pointer to Input square Double Matrix Mout : Pointer to Output (empty) memory space with
  3. 所属分类:其他小程序

    • 发布日期:2024-06-30
    • 文件大小:1024
    • 提供者:z
  1. Gauss_E_Pivoting

    0下载:
  2. Gaussian Elimination with partial pivoting (LU factorization)
  3. 所属分类:matlab例程

    • 发布日期:2024-06-30
    • 文件大小:1024
    • 提供者:Ji Hye Park
  1. gaussian_jodan

    0下载:
  2. 用选主元的Gauss-Jordan方法计算矩阵的逆矩阵 matlab-With pivoting Gauss-Jordan method of inverse matrix matlab
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-06-30
    • 文件大小:1024
    • 提供者:zwx
  1. 6BAND

    0下载:
  2. 用列选主元高斯消去求解右端具有m组常数向量的n阶带型方程组AX=D-With column pivoting Gaussian elimination to solve right end of the constant vector with m groups with n-order equations AX = D
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-06-30
    • 文件大小:1024
    • 提供者:段蒙
  1. ex3

    0下载:
  2. 用fortran应用Gaussian elimination-use fortran to implement Gaussian elimination without pivoting
  3. 所属分类:其他小程序

    • 发布日期:2024-06-30
    • 文件大小:43008
    • 提供者:Kan
  1. partialpivotingGauss

    0下载:
  2. 部分选主元的高斯消元法的MATLAB代码,并用该方法结合2次回代接方程组-Part of the pivoting Gaussian elimination of the MATLAB code, and combined with this method 2 times back to the pickup equations
  3. 所属分类:matlab例程

    • 发布日期:2024-06-30
    • 文件大小:1024
    • 提供者:王子涵
  1. Gaussian-column-pivoting-method

    0下载:
  2. 高斯列选主元法解多元线性方程组,相当实用-Gaussian column pivoting method for solving multiple linear equations, very useful
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-06-30
    • 文件大小:26624
    • 提供者:俞礼彬
  1. householder with column pivoting

    0下载:
  2. householder with column pivoting
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-06-30
    • 文件大小:149504
    • 提供者:kiang
  1. Partial-Pivoting.doc

    0下载:
  2. Partial Pivoting Partial Pivoting Partial Pivoting Partial Pivoting(Partial Pivoting Partial Pivoting Partial Pivoting )
  3. 所属分类:matlab例程

    • 发布日期:2024-06-30
    • 文件大小:13312
    • 提供者:再也没有
« 12 3 4 5 »

源码中国 www.ymcn.org