Skip to content

Commit

Permalink
Use CITATION.cff (#87)
Browse files Browse the repository at this point in the history
* Use CITATION.cff instead of bib
  • Loading branch information
tmigot authored Feb 12, 2024
1 parent 58f1e47 commit 0ba1b31
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 9 deletions.
8 changes: 0 additions & 8 deletions CITATION.bib

This file was deleted.

33 changes: 33 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!

cff-version: 1.2.0
title: >-
LimitedLDLFactorizations.jl: Limited-Memory $LDL^T$ Factorization
message: >-
If you use this software, please cite it using the
metadata from this file.
type: software
authors:
- given-names: Dominique
family-names: Orban
email: [email protected]
orcid: 'https://orcid.org/0000-0002-8017-7687'
affiliation: >-
GERAD and Department of Mathematics and
Industrial Engineering, Polytechnique Montréal,
QC, Canada
- given-names: contributors
identifiers:
- description: Zenodo archive
type: doi
value: 10.5281/zenodo.3474804
keywords:
- Linear Algebra
- Julia
- Matrix Factorization
license: MPL-2.0
version: 0.5.1
date-released: '2023-10-18'
repository-code: >-
https://github.com/JuliaSmoothOptimizers/LimitedLDLFactorizations.jl
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
A Port of LLDL to Julia.
See https://github.com/optimizers/lldl.

Please cite this repository if you use LimitedLDLFactorizations.jl in your work: see [`CITATION.bib`](https://github.com/JuliaSmoothOptimizers/LimitedLDLFactorizations.jl/blob/main/CITATION.bib).
Please cite this repository if you use LimitedLDLFactorizations.jl in your work: see [`CITATION.cff`](https://github.com/JuliaSmoothOptimizers/LimitedLDLFactorizations.jl/blob/main/CITATION.cff).

LimitedLDLFactorizations is a limited-memory LDLᵀ factorization for symmetric matrices.
Given a symmetric matrix A, we search for a unit lower triangular L, a
Expand Down

0 comments on commit 0ba1b31

Please sign in to comment.