|
| 1 | +Copyright (C) 2018-2021 The Simons Foundation, Inc. - All Rights Reserved. |
| 2 | + |
| 3 | +Lead developer: Yu-Hsuan Melody Shih (New York University). |
| 4 | + |
| 5 | +Other developers: (see github site for full list) |
| 6 | + |
| 7 | +Garrett Wright (Princeton) |
| 8 | +Joakim Anden (KTH) |
| 9 | +Johannes Blaschke (LBNL) |
| 10 | +Alex Barnett (CCM, Flatiron Institute) |
| 11 | + |
| 12 | +This project came out of Melody's 2018 and 2019 summer internships at |
| 13 | +the Flatiron Institute, advised by Alex Barnett. |
| 14 | + |
| 15 | +------ |
| 16 | + |
| 17 | +cuFINUFFT is licensed under the Apache License, Version 2.0 (the |
| 18 | +"License"); you may not use this file except in compliance with the |
| 19 | +License. You may obtain a copy of the License at |
| 20 | + |
| 21 | + http://www.apache.org/licenses/LICENSE-2.0 |
| 22 | + |
| 23 | +Unless required by applicable law or agreed to in writing, software |
| 24 | +distributed under the License is distributed on an "AS IS" BASIS, |
| 25 | +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 26 | +See the License for the specific language governing permissions and |
| 27 | +limitations under the License. |
| 28 | + |
| 29 | +------ |
| 30 | + |
| 31 | +Certain parts of this repository are contributed by others. |
| 32 | +For their license info, see: |
| 33 | + |
| 34 | +contrib/legendre_rule_fast.license |
| 35 | +fortran/cmcl_license.txt |
| 36 | + |
| 37 | +------ |
| 38 | + |
| 39 | +If you find this library useful, or it helps you in creating software |
| 40 | +or publications, please let us know, and acknowledge that fact by citing our |
| 41 | +repository: |
| 42 | + |
| 43 | + https://github.com/flatironinstitute/cufinufft |
| 44 | + |
| 45 | +and the publication: |
| 46 | + |
| 47 | +cuFINUFFT: a load-balanced GPU library for general-purpose nonuniform FFTs, Yu-hsuan Shih, Garrett Wright, Joakim Andén, Johannes Blaschke, Alex H. Barnett. PDSEC2021 conference (best paper prize). https://arxiv.org/abs/2102.08463 |
0 commit comments