-
Notifications
You must be signed in to change notification settings - Fork 32
/
CITATION.cff
44 lines (43 loc) · 1.51 KB
/
CITATION.cff
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
# 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: [email protected]
affiliation: Yonsei University
orcid: 'https://orcid.org/0009-0000-4229-2935'
- 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