-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a96379e
commit e120c03
Showing
1 changed file
with
38 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
cff-version: 1.2.0 | ||
title: >- | ||
Krylov.jl: A Julia Basket of Hand-Picked Krylov Methods | ||
message: >- | ||
If you use this software, please cite it using the | ||
metadata from this file. | ||
type: software | ||
authors: | ||
- given-names: Alexis | ||
family-names: Montoison | ||
email: alexis.montoison@polymtl.ca | ||
affiliation: >- | ||
GERAD and Department of Mathematics and | ||
Industrial Engineering, Polytechnique Montréal, | ||
QC, Canada. | ||
orcid: 'https://orcid.org/0000-0002-3403-5450' | ||
- given-names: Dominique | ||
family-names: Orban | ||
email: dominique.orban@gerad.ca | ||
orcid: 'https://orcid.org/0000-0002-8017-7687' | ||
affiliation: >- | ||
GERAD and Department of Mathematics and | ||
Industrial Engineering, Polytechnique Montréal, | ||
QC, Canada | ||
identifiers: | ||
- description: Zenodo archive | ||
type: doi | ||
value: 10.5281/zenodo.822073 | ||
keywords: | ||
- Julia | ||
- linear algebra | ||
- Krylov methods | ||
- Krylov processes | ||
- sparse linear systems | ||
- GPU computing | ||
license: MPL-2.0 | ||
repository-code: >- | ||
https://github.com/JuliaSmoothOptimizers/Krylov.jl |