-
Notifications
You must be signed in to change notification settings - Fork 44
Expand file tree
/
Copy pathCITATION.cff
More file actions
122 lines (121 loc) · 4.26 KB
/
Copy pathCITATION.cff
File metadata and controls
122 lines (121 loc) · 4.26 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!
cff-version: 1.2.0
title: "Peroxide: A Batteries-Included Numerical Computing Library for Rust"
message: >-
If you use this software, please cite it using the
metadata from this file.
type: software
authors:
- given-names: Tae-Geun
family-names: Kim
email: axect.tg@proton.me
affiliation: Fudan University / RIKEN iTHEMS
orcid: 'https://orcid.org/0009-0000-4229-2935'
- given-names: Giorgio
family-names: Comitini
affiliation: Università degli Studi di Catania
orcid: 'https://orcid.org/0000-0002-1758-7878'
- given-names: Jonas
family-names: Grage
affiliation: Independent Researcher
orcid: 'https://orcid.org/0009-0000-9279-7683'
- given-names: Benjamin
family-names: Joens
affiliation: Independent Researcher
orcid: 'https://orcid.org/0009-0002-7922-0884'
- given-names: Marc
family-names: Schreiber
affiliation: Independent Researcher
orcid: 'https://orcid.org/0000-0003-2564-6126'
- given-names: Soumya
family-names: Sen
affiliation: Independent Researcher
orcid: 'https://orcid.org/0009-0008-0337-9964'
- given-names: Russell R P
family-names: Senthamarai
affiliation: Independent Researcher
orcid: 'https://orcid.org/0000-0002-8061-5480'
- given-names: Johanna
family-names: Sörngård
affiliation: Independent Researcher
orcid: 'https://orcid.org/0000-0002-8660-9989'
identifiers:
- type: doi
value: 10.5281/zenodo.10815823
description: Concept DOI of the Zenodo software archive
- type: doi
value: 10.21105/joss.10366
description: DOI of the Journal of Open Source Software paper
repository-code: 'https://github.com/Axect/Peroxide'
url: 'https://crates.io/crates/peroxide'
abstract: >-
Peroxide is a comprehensive numeric library written in
Rust, designed to cater to the needs of scientists,
engineers, mathematicians, and anyone who desires high
performance numerical computation. The library provides
robust and efficient functionality for linear algebra,
numerical analysis, statistics, and more. Peroxide
leverages the Rust language's safety, concurrency, and
performance capabilities to provide an interface that is
both user-friendly and highly performant. It is designed
with simplicity in mind, aiming to offer the ease-of-use
found in high-level languages without sacrificing the
speed and precision demanded by complex numerical tasks.
Peroxide stands as an indispensable tool for those who
seek a performant, safe and robust numeric computation
solution.
keywords:
- Rust
- Numeric
- Integration
- Linear algebra
- Differential equation
license: MIT
preferred-citation:
type: article
title: "Peroxide: A Batteries-Included Numerical Computing Library for Rust"
authors:
- given-names: Tae-Geun
family-names: Kim
email: axect.tg@proton.me
affiliation: Fudan University / RIKEN iTHEMS
orcid: 'https://orcid.org/0009-0000-4229-2935'
- given-names: Giorgio
family-names: Comitini
affiliation: Università degli Studi di Catania
orcid: 'https://orcid.org/0000-0002-1758-7878'
- given-names: Jonas
family-names: Grage
affiliation: Independent Researcher
orcid: 'https://orcid.org/0009-0000-9279-7683'
- given-names: Benjamin
family-names: Joens
affiliation: Independent Researcher
orcid: 'https://orcid.org/0009-0002-7922-0884'
- given-names: Marc
family-names: Schreiber
affiliation: Independent Researcher
orcid: 'https://orcid.org/0000-0003-2564-6126'
- given-names: Soumya
family-names: Sen
affiliation: Independent Researcher
orcid: 'https://orcid.org/0009-0008-0337-9964'
- given-names: Russell R P
family-names: Senthamarai
affiliation: Independent Researcher
orcid: 'https://orcid.org/0000-0002-8061-5480'
- given-names: Johanna
family-names: Sörngård
affiliation: Independent Researcher
orcid: 'https://orcid.org/0000-0002-8660-9989'
journal: Journal of Open Source Software
publisher:
name: The Open Journal
volume: 11
issue: 124
start: 10366
year: 2026
month: 8
doi: 10.21105/joss.10366
url: 'https://doi.org/10.21105/joss.10366'