-
Notifications
You must be signed in to change notification settings - Fork 40
Expand file tree
/
Copy pathCITATION.cff
More file actions
68 lines (67 loc) · 2.37 KB
/
CITATION.cff
File metadata and controls
68 lines (67 loc) · 2.37 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
# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!
cff-version: 1.2.0
title: Peroxide
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: Johanna
family-names: Sörngård
affiliation: Independent Researcher
orcid: 'https://orcid.org/0000-0002-8660-9989'
- name: Peroxide contributors
identifiers:
- type: doi
value: 10.5281/zenodo.10815823
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 OR Apache-2.0