la-stack 0.4.2

Fast, stack-allocated linear algebra for fixed dimensions
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "$schema": "https://dprint.dev/schemas/v0.json",
  "incremental": false,
  "plugins": [
    "https://plugins.dprint.dev/g-plane/pretty_yaml-v0.6.0.wasm"
  ],
  "includes": [
    "**/*.yml",
    "**/*.yaml"
  ],
  "excludes": [
    "**/target",
    "CHANGELOG.md"
  ],
  "yaml": {
    "printWidth": 160
  }
}