Implement max_off_diag_symmetric
This commit is contained in:
@@ -13,4 +13,6 @@ arma::mat create_tridiagonal(int n, double a, double d, double e);
|
||||
|
||||
arma::mat create_symmetric_tridiagonal(int n, double a, double d);
|
||||
|
||||
double max_offdiag_symmetric(arma::mat& A, int& k, int& l);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user