mirror of
				https://github.com/paboyle/Grid.git
				synced 2025-11-04 05:54:32 +00:00 
			
		
		
		
	Real/Complex improvements
This commit is contained in:
		@@ -10,7 +10,8 @@ namespace Grid {
 | 
			
		||||
      typedef typename sobj::scalar_type scalar;
 | 
			
		||||
      decltype(innerProduct(arg,arg)) nrm;
 | 
			
		||||
      nrm = innerProduct(arg,arg);
 | 
			
		||||
      return real(nrm);
 | 
			
		||||
      RealD ret = real(nrm);
 | 
			
		||||
      return ret;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    template<class l,class r,int N> inline
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user