mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-17 07:17:06 +01:00
Moving the check outside the inner product function
This commit is contained in:
@ -46,6 +46,9 @@ struct CG_state {
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
enum CGexec_modes{ Default, ReproducibilityTest };
|
||||
|
||||
/////////////////////////////////////////////////////////////
|
||||
// Base classes for iterative processes based on operators
|
||||
// single input vec, single output vec.
|
||||
|
Reference in New Issue
Block a user