Commit | Date | |
---|---|---|
[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 |
[r21103]
by
bugman
Created a unit test for the lib.linear_algebra.matrix_exponential module. This module does not exist yet, but it will be used to replace the scipy.linalg.expm() function use |
2013-10-15 08:43:03 | Tree |