mirror of
				https://github.com/paboyle/Grid.git
				synced 2025-11-04 14:04:32 +00:00 
			
		
		
		
	first try at a nicer Doxygen implementation
This commit is contained in:
		@@ -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)
 | 
			
		||||
 
 | 
			
		||||
@@ -27,15 +27,6 @@ Author: paboyle <paboyle@ph.ed.ac.uk>
 | 
			
		||||
    See the full license in the file "LICENSE" in the top level distribution directory
 | 
			
		||||
    *************************************************************************************/
 | 
			
		||||
    /*  END LEGAL */
 | 
			
		||||
//----------------------------------------------------------------------
 | 
			
		||||
/*! @file Grid_knc.h
 | 
			
		||||
  @brief Optimization libraries for AVX512 instructions set for KNC
 | 
			
		||||
 | 
			
		||||
  Using intrinsics
 | 
			
		||||
*/
 | 
			
		||||
// Time-stamp: <2015-06-09 14:27:28 neo>
 | 
			
		||||
//----------------------------------------------------------------------
 | 
			
		||||
 | 
			
		||||
#include <immintrin.h>
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -26,14 +26,6 @@ Author: paboyle <paboyle@ph.ed.ac.uk>
 | 
			
		||||
    See the full license in the file "LICENSE" in the top level distribution directory
 | 
			
		||||
    *************************************************************************************/
 | 
			
		||||
    /*  END LEGAL */
 | 
			
		||||
//----------------------------------------------------------------------
 | 
			
		||||
/*! @file Grid_knc.h
 | 
			
		||||
  @brief Optimization libraries for AVX512 instructions set for KNC
 | 
			
		||||
 | 
			
		||||
  Using intrinsics
 | 
			
		||||
*/
 | 
			
		||||
// Time-stamp: <2015-06-09 14:27:28 neo>
 | 
			
		||||
//----------------------------------------------------------------------
 | 
			
		||||
 | 
			
		||||
#include <immintrin.h>
 | 
			
		||||
#include <zmmintrin.h>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user