mirror of
https://github.com/paboyle/Grid.git
synced 2025-12-20 04:34:29 +00:00
GPU changes and threading macros replaced
This commit is contained in:
@@ -35,7 +35,7 @@ NAMESPACE_BEGIN(Grid);
|
||||
// LinearOperators Take a something and return a something.
|
||||
/////////////////////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// Hopefully linearity is satisfied and the AdjOp is indeed the Hermitian conjugateugate (transpose if real):
|
||||
// Hopefully linearity is satisfied and the AdjOp is indeed the Hermitian Conjugateugate (transpose if real):
|
||||
//SBase
|
||||
// i) F(a x + b y) = aF(x) + b F(y).
|
||||
// ii) <x|Op|y> = <y|AdjOp|x>^\ast
|
||||
|
||||
Reference in New Issue
Block a user