./nugetz
pkg

TheAvidEngineer/GeometricAlgebra.Analyzersv0.1.1

docs d<> code .compare c
.NET Std2.0

Provides a source generate for geometric algebras.

License

View license

Deps

0

Install Size

Vulns

✓ 0

Published

Jul 30, 2023

Get Started

$ dotnet add package GeometricAlgebra.Analyzers

Readme

This package provides a source-generator that can generate the geometric algebra object of your choice!

You can choose how many basis vectors square to +1 (P), -1 (N), or 0 (Z).

A complex algebra (containing complex numbers) is as simple as:

[GeometricAlgebra(N = 1)] public partial record ComplexAlgebra;