![]() |
Octopus
|
This modules takes care of testing some linear algebra routines. More...
This modules takes care of testing some linear algebra routines.
Functions/Subroutines | |
subroutine, public | test_exponential_matrix (namespace) |
Unit tests for the exponential of a matrix. More... | |
real(real64) function | expfun (z) |
Scalar exponential function for real arguments. More... | |
complex(real64) function | zexpfun (z) |
Scalar exponential function for complex arguments. More... | |
subroutine, public lalg_adv_tests_oct_m::test_exponential_matrix | ( | type(namespace_t), intent(in) | namespace | ) |
Unit tests for the exponential of a matrix.
Definition at line 136 of file lalg_adv_tests.F90.
|
private |
Scalar exponential function for real arguments.
Definition at line 279 of file lalg_adv_tests.F90.
|
private |
Scalar exponential function for complex arguments.
Definition at line 287 of file lalg_adv_tests.F90.