代码搜索:pivoting

找到约 121 项符合「pivoting」的源代码

代码结果 121
www.eeworm.com/read/268073/11155341

m gausselimpartpivot.m

%Gaussian Elimination-Partial Pivoting %Description: This procedure solves a system of linear equations using %Gaussian Elimination Algorithm with partial pivoting strategy. Partial %pivoting is th
www.eeworm.com/read/448535/7531555

m newluround.m

function [lu,indx] = newluround(A,dopivot,digits) % % Compute the lu factorization of A % controlling the pivoting and the rounding % dopivot = 1 if piviting desired % digits = number of decimal
www.eeworm.com/read/139007/13195436

m contents.m

% Matrix Computation Toolbox. % Version 1.2 5-Sep-2002 % Copyright (c) 2002 by N. J. Higham % % Demonstration % mctdemo - Demonstration of Matrix Computation Toolbox. % % Test Mat
www.eeworm.com/read/263454/11362251

c symamggetparams.c

#include #include #include #include #include #include #include #define MAX_LINE 255 #define STDERR st
www.eeworm.com/read/268073/11155337

m gausselimcomppivot.m

%Gaussian Elimination-Complete Pivoting %Description: This procedure solves a system of linear equations using %Gaussian Elimination Algorithm with full pivoting strategy. Full %pivoting is the int
www.eeworm.com/read/423354/10569083

f90 code42.f90

! Updated 10/24/2001. ! !!!!!!!!!!!!!!!!!!!!!!!!!!! Program 4.2 !!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !
www.eeworm.com/read/423354/10569092

f90 code43.f90

! Updated 10/24/2001. ! !!!!!!!!!!!!!!!!!!!!!!!!!!! Program 4.3 !!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !
www.eeworm.com/read/423354/10569124

f90 code44.f90

! Updated 10/24/2001. ! !!!!!!!!!!!!!!!!!!!!!!!!!!! Program 4.4 !!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !
www.eeworm.com/read/423354/10569137

f90 code41.f90

! Updated 10/24/2001. ! !!!!!!!!!!!!!!!!!!!!!!!!!!! Program 4.1 !!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !
www.eeworm.com/read/464335/7165235

m lugui.m

function [L,U,pv,qv] = lugui(A,pivotstrat) %LUGUI Gaussian elimination demonstration. % % LUGUI(A) shows the steps in LU decomposition by Gaussian elimination. % At each step of the eliminatio