1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-11 03:46:55 +01:00

first try at a nicer Doxygen implementation

This commit is contained in:
2016-08-05 15:29:18 +01:00
parent 5a68715be3
commit b1cfb4d661
10 changed files with 1457 additions and 2588 deletions

View File

@ -1076,10 +1076,10 @@ say con = 2
**/
template<class T>
static void Lock(DenseMatrix<T> &H, ///Hess mtx
DenseMatrix<T> &Q, ///Lock Transform
T val, ///value to be locked
int con, ///number already locked
static void Lock(DenseMatrix<T> &H, // Hess mtx
DenseMatrix<T> &Q, // Lock Transform
T val, // value to be locked
int con, // number already locked
RealD small,
int dfg,
bool herm)