mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-06-29 16:29:27 +02:00
Merge branch 'develop' into documentation
This commit is contained in:
commit
2c683d41c9
2 changed files with 3 additions and 226 deletions
|
@ -314,6 +314,8 @@ def test_matrix_functions():
|
|||
# Check determinant
|
||||
assert pe.linalg.det(np.diag(np.diag(matrix))) == np.prod(np.diag(matrix))
|
||||
|
||||
pe.linalg.pinv(matrix[:,:3])
|
||||
|
||||
|
||||
def test_complex_matrix_operations():
|
||||
dimension = 4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue