Welcome![Sign In][Sign Up]
Location:
Downloads SourceCode Mathimatics-Numerical algorithms Algorithm
Title: A_LU Download
 Description: bool lu (double* a, int* pivot, int n) matrix LU decomposition. Suppose an* n array in memory stored in row order, this function uses the column pivoting Gaussian elimination, LU decomposition of their in situ. pivot for the output function. pivot [0, n) stored in the location of the main element array. function successfully returns false, otherwise true. bool guass (double const* lu, int const* p, double* b, int n) Linear equations. Suppose matrix lum* n for a matrix of an* n the LU decomposition, in memory stored in row order. p [0, n) for the LU decomposition of the main element array. b for the equation Ax = b of the right end of the vector. This function calculates the equations Ax = b of the solution, and the results stored in array b [0, n) in. Function successfully returns false, otherwise true.
 Downloaders recently: [More information of uploader hj890901]
 To Search: guass bool gua A_LU
  • [raa] - some matrix calculation of C code to ach
  • [MetrixVector] - vc++ achieve matrix eigenvalue and eigen
  • [A_QR] - void qr (double* a, double* d, int n) ma
File list (Check if you may need any files):
A_LU.c
    

CodeBus www.codebus.net