adv_linalg 0.1.0

A small type system and an attribute macro automatically optimizing behind-the-scenes for working in linear algebra.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Adv_LinAlg
This is the procedral macro crate that does all the back-end compiler magic.

This is a placeholder while its dependencies are constructed.

# License
This software is licensed ultimately described under the terms of the SPDX 2.1 License Expression "MIT OR Apache-2.0".

see files *`'LICENSE.md'`*, *`'LICENSE-MIT'`*, and *`'LICENSE-APACHE'`* in the root of this crate for more details

# Usage
You can easily import `adv_linalg` in your `Cargo.toml` file as
```toml
adv_linalg = "0.1"
```