Update documentation

This commit is contained in:
2023-09-20 16:49:55 +02:00
parent 725cf5b33a
commit 162e884d47
17 changed files with 226 additions and 21 deletions

View File

@@ -23,7 +23,7 @@
*/
void jacobi_rotate(arma::mat& A, arma::mat& R, int k, int l);
/** @ brief Solves the eigenvalue problem using the jacobi rotation method.
/** @brief Solves the eigenvalue problem using the jacobi rotation method.
*
* Description
*