-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCITATION.cff
More file actions
27 lines (27 loc) · 948 Bytes
/
CITATION.cff
File metadata and controls
27 lines (27 loc) · 948 Bytes
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
cff-version: 1.2.0
message: "If you use this software, please cite it as below."
type: software
title: "la-stack: Fast, stack-allocated linear algebra for fixed dimensions in Rust"
version: 0.4.1
url: "https://github.com/acgetchell/la-stack"
repository-code: "https://github.com/acgetchell/la-stack"
identifiers:
- description: "Zenodo concept DOI (all versions)"
type: doi
value: "10.5281/zenodo.18158926"
authors:
- family-names: "Getchell"
given-names: "Adam"
email: "adam@adamgetchell.org"
orcid: "https://orcid.org/0000-0002-0797-0021"
keywords:
- "linear-algebra"
- "geometry"
- "const-generics"
- "exact-arithmetic"
- "robust-predicates"
abstract: >-
la-stack is a Rust library providing fast, stack-allocated linear algebra primitives
and factorization routines (LU with partial pivoting and LDLT for symmetric SPD/PSD matrices)
for fixed small dimensions using const generics.
license: BSD-3-Clause