ARTS
2.2.66
|
Test for the linear algebra functions. More...
Go to the source code of this file.
Functions | |
void | test_lusolve1D (void) |
void | test_lusolve4D (void) |
void | test_matrix_exp4D (void) |
Test for the matrix exponential function (4D matrix) More... | |
void | test_matrix_exp1D (void) |
Test for the matrix exponential function (3D matrix) More... | |
void | test_matrix_exp3D (void) |
Test for the matrix exponential function (3D matrix) More... | |
int | main (void) |
Test for the linear algebra functions.
Definition in file test_linalg.cc.
int main | ( | void | ) |
Definition at line 354 of file test_linalg.cc.
References test_lusolve1D().
void test_lusolve1D | ( | void | ) |
The function tests the LU-decompusition method for solving a 1D linear equation system. It uses the functions 'ludcmp' and 'lubacksub'.
Definition at line 44 of file test_linalg.cc.
References lubacksub(), and ludcmp().
Referenced by main().
void test_lusolve4D | ( | void | ) |
The function tests the LU-decompusition method for solving a linear equation system. It uses the functions 'ludcmp' and 'lubacksub'.
Definition at line 104 of file test_linalg.cc.
References lubacksub(), ludcmp(), and mult().
void test_matrix_exp1D | ( | void | ) |
Test for the matrix exponential function (3D matrix)
Definition at line 301 of file test_linalg.cc.
References matrix_exp(), and q.
void test_matrix_exp3D | ( | void | ) |
Test for the matrix exponential function (3D matrix)
Definition at line 322 of file test_linalg.cc.
References matrix_exp(), and q.
void test_matrix_exp4D | ( | void | ) |
Test for the matrix exponential function (4D matrix)
Definition at line 258 of file test_linalg.cc.
References matrix_exp(), and q.