1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-16 23:07:05 +01:00

Moving the check outside the inner product function

This commit is contained in:
Guido Cossu
2016-12-09 05:08:56 +00:00
parent 6e57bdb6b3
commit 6ceee102e8
3 changed files with 66 additions and 51 deletions

View File

@ -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.