#include "Matrix_T.hpp"
Go to the source code of this file.
Functions | |
void | LMatrixGeneration (gnsstk::Matrix< double > &Lno, gnsstk::LUDecomp< double > LUno) |
void | LUDecompInitializer (void) |
int | main () |
void | PermuationMatrixGeneration (gnsstk::Matrix< double > &Pno, gnsstk::LUDecomp< double > &LUno) |
void | UMatrixGeneration (gnsstk::Matrix< double > &Uno, gnsstk::LUDecomp< double > LUno) |
Variables | |
gnsstk::Matrix< double > | CompareLUA1 |
gnsstk::Matrix< double > | CompareLUA2 |
gnsstk::Matrix< double > | CompareLUA3 |
gnsstk::Matrix< double > | L1 |
gnsstk::Matrix< double > | L2 |
gnsstk::Matrix< double > | L3 |
gnsstk::LUDecomp< double > | LUA1 |
gnsstk::LUDecomp< double > | LUA2 |
gnsstk::LUDecomp< double > | LUA3 |
gnsstk::LUDecomp< double > | LUA4 |
gnsstk::Matrix< double > | P1 |
gnsstk::Matrix< double > | P2 |
gnsstk::Matrix< double > | P3 |
gnsstk::Matrix< double > | U1 |
gnsstk::Matrix< double > | U2 |
gnsstk::Matrix< double > | U3 |
void LMatrixGeneration | ( | gnsstk::Matrix< double > & | Lno, |
gnsstk::LUDecomp< double > | LUno | ||
) |
Definition at line 53 of file Matrix_LUDecomp_T.cpp.
void LUDecompInitializer | ( | void | ) |
Definition at line 101 of file Matrix_LUDecomp_T.cpp.
int main | ( | ) |
Definition at line 244 of file Matrix_LUDecomp_T.cpp.
void PermuationMatrixGeneration | ( | gnsstk::Matrix< double > & | Pno, |
gnsstk::LUDecomp< double > & | LUno | ||
) |
Definition at line 84 of file Matrix_LUDecomp_T.cpp.
void UMatrixGeneration | ( | gnsstk::Matrix< double > & | Uno, |
gnsstk::LUDecomp< double > | LUno | ||
) |
Definition at line 70 of file Matrix_LUDecomp_T.cpp.
gnsstk::Matrix<double> CompareLUA1 |
Definition at line 47 of file Matrix_LUDecomp_T.cpp.
gnsstk::Matrix<double> CompareLUA2 |
Definition at line 47 of file Matrix_LUDecomp_T.cpp.
gnsstk::Matrix<double> CompareLUA3 |
Definition at line 47 of file Matrix_LUDecomp_T.cpp.
gnsstk::Matrix<double> L1 |
Definition at line 46 of file Matrix_LUDecomp_T.cpp.
gnsstk::Matrix<double> L2 |
Definition at line 46 of file Matrix_LUDecomp_T.cpp.
gnsstk::Matrix<double> L3 |
Definition at line 46 of file Matrix_LUDecomp_T.cpp.
gnsstk::LUDecomp<double> LUA1 |
Definition at line 48 of file Matrix_LUDecomp_T.cpp.
gnsstk::LUDecomp<double> LUA2 |
Definition at line 48 of file Matrix_LUDecomp_T.cpp.
gnsstk::LUDecomp<double> LUA3 |
Definition at line 48 of file Matrix_LUDecomp_T.cpp.
gnsstk::LUDecomp<double> LUA4 |
Definition at line 48 of file Matrix_LUDecomp_T.cpp.
gnsstk::Matrix<double> P1 |
Definition at line 49 of file Matrix_LUDecomp_T.cpp.
gnsstk::Matrix<double> P2 |
Definition at line 49 of file Matrix_LUDecomp_T.cpp.
gnsstk::Matrix<double> P3 |
Definition at line 49 of file Matrix_LUDecomp_T.cpp.
gnsstk::Matrix<double> U1 |
Definition at line 46 of file Matrix_LUDecomp_T.cpp.
gnsstk::Matrix<double> U2 |
Definition at line 46 of file Matrix_LUDecomp_T.cpp.
gnsstk::Matrix<double> U3 |
Definition at line 46 of file Matrix_LUDecomp_T.cpp.