implemented complex conjugation method where it was not available yet

This commit is contained in:
2024-05-03 16:56:21 +02:00
parent 518c75fb20
commit 3ba6d03eee
8 changed files with 129 additions and 11 deletions

2
mat.h
View File

@@ -333,7 +333,7 @@ public:
//! in case of square matrix, transpose the leading minor of order <code>n</code>
NRMat& transposeme(const int n = 0);
//! conjugate a square matrix
//! conjugate a matrix
NRMat& conjugateme();
//! transpose this matrix and return the result by value