文件名称:GEE
介绍说明--下载内容均来自于网络,请自行研究使用
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.
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.
相关搜索: permutation
lu
matlab
permutation
matlab
permutation
matrix
p
code
LU
and
P
factorization
lu
factorization
lu
matlab
permutation
matlab
permutation
matrix
p
code
LU
and
P
factorization
lu
factorization
(系统自动生成,下载前可以参看下载内容)
下载文件列表
GEE
...\Contents.m
...\gee_its_short.m
...\gee_its_simple.m
...\gee_its_simple_backsolve.m
...\gee_its_simple_factorize.m
...\gee_its_simple_forwardsolve.m
...\gee_its_simple_resid.m
...\gee_its_simple_test.m
...\gee_its_sweet.m
...\gee_its_too_short.m
...\private
...\.......\gee_its_simple_check.m
...\Contents.m
...\gee_its_short.m
...\gee_its_simple.m
...\gee_its_simple_backsolve.m
...\gee_its_simple_factorize.m
...\gee_its_simple_forwardsolve.m
...\gee_its_simple_resid.m
...\gee_its_simple_test.m
...\gee_its_sweet.m
...\gee_its_too_short.m
...\private
...\.......\gee_its_simple_check.m