Skip to content

Commit 76ea165

Browse files
Update CITATION.cff
Signed-off-by: Ruslan Senatorov <55090151+ruslansenatorov@users.noreply.github.com>
1 parent 4fe6969 commit 76ea165

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

CITATION.cff

Lines changed: 5 additions & 6 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: "QR-decomposition-solver-course"
55

66
version: "0.1.0"
77

88
doi: "10.5281/zenodo.18818738"
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/USERNAME/QR-decomposition-solver-course"
1313

1414
license: MIT
1515

@@ -22,15 +22,14 @@ authors:
2222

2323
keywords:
2424
- optimization
25-
- Normal Equations
25+
- QR decomposition
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 QR decomposition
3433
optimization algorithm, including theoretical derivation,
3534
convergence analysis, and numerical experiments.
3635
@@ -42,7 +41,7 @@ preferred-citation:
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/USERNAME/QR-decomposition-solver-course"
4645

4746

4847

0 commit comments

Comments
 (0)