d66cab3f01
Unary funcs update
2015-06-14 00:53:18 +01:00
c90cf08bae
Unary funcs update
2015-06-14 00:53:18 +01:00
46eafa520d
fix no compile
2015-06-14 00:48:41 +01:00
dcfc189f11
fix no compile
2015-06-14 00:48:41 +01:00
50c4f416b6
file list
2015-06-10 12:25:15 +01:00
622261b1ea
file list
2015-06-10 12:25:15 +01:00
89f961faef
commit file list
2015-06-10 11:26:46 +01:00
22752f6ff0
commit file list
2015-06-10 11:26:46 +01:00
965a92ce40
Adding several iMatrix utilities
2015-06-10 14:16:33 +09:00
bb4a916767
Adding several iMatrix utilities
2015-06-10 14:16:33 +09:00
1118c42fcc
Merge branch 'master' of https://github.com/paboyle/Grid
...
Not sure what changed in master
2015-06-09 22:51:10 +01:00
02144fb50b
Merge branch 'master' of https://github.com/paboyle/Grid
...
Not sure what changed in master
2015-06-09 22:51:10 +01:00
60a96e3d0d
Remove extra layers of checks now it works
2015-06-09 22:43:41 +01:00
0784bbc4bf
Remove extra layers of checks now it works
2015-06-09 22:43:41 +01:00
6abbd35d81
5d OpDir direction interface refers to the 5d dims, not 4d to present a
...
sensible and consistent external interface.
2015-06-09 22:41:59 +01:00
b92060f511
5d OpDir direction interface refers to the 5d dims, not 4d to present a
...
sensible and consistent external interface.
2015-06-09 22:41:59 +01:00
c7152c520a
g5 and g5R5 hermitian are now differentiated
2015-06-09 22:40:58 +01:00
c133974d67
g5 and g5R5 hermitian are now differentiated
2015-06-09 22:40:58 +01:00
4a10540365
Got this sorted with the promote working in a test
2015-06-09 22:39:13 +01:00
7766cc96c1
Got this sorted with the promote working in a test
2015-06-09 22:39:13 +01:00
e19391ef7a
Starting to use
2015-06-09 22:38:13 +01:00
6fb36c8a51
Starting to use
2015-06-09 22:38:13 +01:00
a5b75a095c
Debugged finally. A silly mistake in permute cost me a day of debug.
2015-06-09 22:37:21 +01:00
2e6986892a
Debugged finally. A silly mistake in permute cost me a day of debug.
2015-06-09 22:37:21 +01:00
61b85a0670
Merge remote-tracking branch 'upstream/master'
2015-06-09 19:01:07 +09:00
ecf3bae150
Merge remote-tracking branch 'upstream/master'
2015-06-09 19:01:07 +09:00
d60cfe31a7
Adding support for iMatrix exponentiation
2015-06-09 18:59:45 +09:00
e80012896a
Adding support for iMatrix exponentiation
2015-06-09 18:59:45 +09:00
e87554296c
Merge pull request #14 from mspraggs/master
...
Removed std::string calls from NerscIO map indexing
2015-06-09 10:31:52 +01:00
645120a400
Merge pull request #14 from mspraggs/master
...
Removed std::string calls from NerscIO map indexing
2015-06-09 10:31:52 +01:00
d8ddec86f7
Merge branch 'master' of https://github.com/paboyle/Grid
...
Conflicts:
lib/Make.inc
2015-06-09 10:27:10 +01:00
a73a1c1bc1
Merge branch 'master' of https://github.com/paboyle/Grid
...
Conflicts:
lib/Make.inc
2015-06-09 10:27:10 +01:00
506dfd1517
Some unary ops and coarse grid support
2015-06-09 10:26:19 +01:00
1e5b015ee3
Some unary ops and coarse grid support
2015-06-09 10:26:19 +01:00
9269126fba
Unary ops and coarse grid support
2015-06-09 10:25:29 +01:00
21e41638e5
Unary ops and coarse grid support
2015-06-09 10:25:29 +01:00
6b8fe04054
Experimental support for ARM
2015-06-09 15:46:21 +09:00
48bf4878c1
Experimental support for ARM
2015-06-09 15:46:21 +09:00
2f4a4489ce
Merge branch 'master' of https://github.com/paboyle/Grid
...
Conflicts:
lib/Make.inc
tests/Make.inc
tests/Test_remez.cc
2015-06-08 12:08:09 +01:00
3111f50f2f
Merge branch 'master' of https://github.com/paboyle/Grid
...
Conflicts:
lib/Make.inc
tests/Make.inc
tests/Test_remez.cc
2015-06-08 12:08:09 +01:00
9e7035f5dc
Conjugate residual algorithm; some more unary functions
2015-06-08 12:04:59 +01:00
d6f1ddf99c
Conjugate residual algorithm; some more unary functions
2015-06-08 12:04:59 +01:00
5bdf89e3f0
Prep for multigrid
2015-06-08 12:02:53 +01:00
5a3bc5250e
Prep for multigrid
2015-06-08 12:02:53 +01:00
ea583e2e53
Prep for mgrid
2015-06-08 12:02:26 +01:00
680abafe5d
Prep for mgrid
2015-06-08 12:02:26 +01:00
54aec05989
multishift conjugate gradient added and a strong test: take a diagonal
...
but non-identity matrix
l1 0 0 0 ....
0 l2 0 0 ....
0 0 l3 0 ...
. . .
. . .
. . .
And apply the multishift CG to it. Sum the poles and residues.
Insist that this be the same as the exactly taken square root
where l1,l2,l3 >= 0.
2015-06-08 11:52:44 +01:00
8688ff8b3a
multishift conjugate gradient added and a strong test: take a diagonal
...
but non-identity matrix
l1 0 0 0 ....
0 l2 0 0 ....
0 0 l3 0 ...
. . .
. . .
. . .
And apply the multishift CG to it. Sum the poles and residues.
Insist that this be the same as the exactly taken square root
where l1,l2,l3 >= 0.
2015-06-08 11:52:44 +01:00
7537a2751d
Removed std::string calls from NerscIO map indexing
2015-06-07 17:06:25 +01:00
cff84f09ba
Removed std::string calls from NerscIO map indexing
2015-06-07 17:06:25 +01:00