From 80e7d8f59f673596737b01f920407c433a9276e7 Mon Sep 17 00:00:00 2001 From: Max Melnichenko Date: Fri, 17 Nov 2023 11:04:00 -0500 Subject: [PATCH] Create CITATION.cff (#59) Added a citation file for convenience. --------- Co-authored-by: Riley Murray --- CITATION.cff | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 CITATION.cff diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 00000000..2411d821 --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,8 @@ +@software{RandLAPACK2023, + author = {Melnichenko, Maksim and Murray, Riley and Loring, Burlen and Nobel, Parth}, + month = {10}, + title = {{RandLAPACK Library}}, + url = {https://github.com/BallisticLA/RandLAPACK}, + version = {b8fd757}, + year = {2023} +}