Commit | Date | |
---|---|---|
[r21113]
by
bugman
Replaced all usage of scipy.linalg.expm() with lib.linear_algebra.matrix_exponential.matrix_exponential(). This is for the functions of the lib.dispersion package used for the relaxation dispersion numeric |
2013-10-15 11:27:37 | Tree |
[r21112]
by
bugman
Merged revisions 21111 via svnmerge from ........ |
2013-10-15 11:22:50 | Tree |
[r21111]
by
bugman
Fix for the new lib.linear_algebra.matrix_exponential.matrix_exponential() function. This function now returns a numpy array type rather than matrix type. |
2013-10-15 11:20:25 | Tree |
[r21110]
by
bugman
Merged revisions 21107-21109 via svnmerge from ........ |
2013-10-15 09:46:02 | Tree |
[r21109]
by
bugman
Created a new unit test for lib.linear_algebra.matrix_exponential.matrix_exponential() for complex matrices. |
2013-10-15 09:45:29 | Tree |
[r21108]
by
bugman
The lib.linear_algebra.matrix_exponential.matrix_exponential() function now uses lib.check_types.is_complex(). This fixes the function for complex matrices. |
2013-10-15 09:34:11 | Tree |
[r21107]
by
bugman
Created the lib.check_types.is_complex() function. This is used to determine if a number is a Python or numpy complex type. |
2013-10-15 09:31:40 | Tree |
[r21106]
by
bugman
Merged revisions 21103-21105 via svnmerge from ........ |
2013-10-15 09:08:58 | Tree |
[r21105]
by
bugman
Implemented the lib.linear_algebra.matrix_exponential.matrix_exponential() function. This handles square matrices in either complex or real form. |
2013-10-15 09:07:54 | Tree |
[r21104]
by
bugman
Loosened the lib.linear_algebra.matrix_exponential.matrix_exponential() unit test checks. |
2013-10-15 09:07:19 | Tree |