-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCITATION.cff
More file actions
26 lines (26 loc) · 917 Bytes
/
Copy pathCITATION.cff
File metadata and controls
26 lines (26 loc) · 917 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
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.5
date-released: 2026-08-21
url: "https://github.com/acgetchell/la-stack"
repository-code: "https://github.com/acgetchell/la-stack"
doi: "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 no-pivot LDLT for exactly
symmetric positive-definite matrices)
for fixed small dimensions using const generics.
license: BSD-3-Clause