quadrant 0.0.0

A small utility library for sampling matrices.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "quadrant"
version = "0.0.0"
edition = "2024"
license = "MIT"
repository = "https://github.com/FreddyWordingham/quadrant"
description = "A small utility library for sampling matrices."
keywords = ["direction", "sampling", "matrix", "utility"]
categories = ["algorithms", "data-structures", "science"]

[dependencies]
nav = "0.1.5"
ndarray = "0.16.1"