mckib2 / pygrappa

Python implementations of GRAPPA-like algorithms.
https://pygrappa.readthedocs.io/en/latest/
MIT License
64 stars 13 forks source link

GROG doesn't support complex float #46

Closed mckib2 closed 4 years ago

mckib2 commented 4 years ago

GROG should be be written as a templated function to deal with multiple datatypes, currently coded only for double types.