Skip to content

Commit 2fcfa6d

Browse files
Update CITATION.cff
Signed-off-by: Ruslan Senatorov <55090151+ruslansenatorov@users.noreply.github.com>
1 parent 3fc9942 commit 2fcfa6d

1 file changed

Lines changed: 8 additions & 9 deletions

File tree

CITATION.cff

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
cff-version: 1.2.0
22
message: "If you use this project in research or academic work, please cite it using the information below."
33

4-
title: "Normal Equations Solver for Simple Linear Regression"
4+
title: "conjugate-gradient-sparse-cg-solver-course"
55

66
version: "0.1.0"
77

8-
doi: "10.5281/zenodo.18818738"
8+
doi: ""
99

1010
date-released: "2026-03-01"
1111

12-
repository-code: "https://github.com/USERNAME/Normal-equations-solver-simple-linear-regression"
12+
repository-code: "https://github.com/SENATOROVAI/conjugate-gradient-sparse-cg-solver-course"
1313

1414
license: MIT
1515

@@ -22,27 +22,26 @@ authors:
2222

2323
keywords:
2424
- optimization
25-
- Normal Equations
25+
- conjugate gradient
2626
- numerical-optimization
2727
- large-scale-optimization
2828
- machine-learning
29-
- Simple Linear Regression
3029

3130
abstract: >
3231
This project provides a mathematically rigorous treatment and
33-
production-style implementation of the Normal Equations
32+
production-style implementation of the conjugate gradient
3433
optimization algorithm, including theoretical derivation,
3534
convergence analysis, and numerical experiments.
3635
3736
preferred-citation:
3837
type: report
39-
doi: "10.5281/zenodo.18818738"
40-
title: "L-BFGS Solver Course"
38+
doi: ""
39+
title: "conjugate-gradient-sparse-cg-solver-course"
4140
authors:
4241
- family-names: "Senatorov"
4342
given-names: "Ruslan"
4443
year: 2026
45-
repository-code: "https://github.com/USERNAME/Normal-equations-solver-simple-linear-regression"
44+
repository-code: "https://github.com/senatorovai/conjugate-gradient-sparse-cg-solver-course"
4645

4746

4847

0 commit comments

Comments
 (0)