Angouri
We're a group of FOSS enhusiasts, working on some projects. We genuinely think that OSS is our real bright future. There is no requirement to start contributing to our projects. Moreover, by contributing to them, you contribute to humanity.
Main languages used:C#,C++,F#.NuGet andGitHub of Angouri.
AngouriMath is a symbolic algebra library for working with math expressions. It is the only actively-maintained and developed symbolic algebra library for .NET. Allows to perform math operations (calculus, linear algebra, boolean logic, set operations), parse expressions and build their LaTeX representation, and more. Suited for C# and F#.
Read more on itswebsite.
GenericTensor is a library for working with generic multi-dimensional arrays and perform some matrix operations on them. The type of elements of those arrays is arbitrary, all the operations rely on a special "provider" of operations (for example, to perform addition of two arrays, there should be a method which addsT
andT
defined).
It is also well-optimized as much as possible given that it still supports any type.
Honk# is a general purpose library for C# aimed to make declarative programming in C# eaiser. It provides a number of fluent method extensions, for example, methodPipe
, lazy properties, anonymous union type. Might fit well projects which cannot be afforded to be rewritten in more declarative languages, but at the same time would benefit from such features.
PinnedLoading
- AngouriMath
AngouriMath PublicNew open-source cross-platform symbolic algebra library for C# and F#. Can be used for both production and research purposes.
- GenericTensor
GenericTensor PublicThe only library allowing to create Tensors (matrices extension) with custom types
- VulkanAbstractionLayer
VulkanAbstractionLayer PublicRender graph-based Vulkan API abstraction library
- dotnet-benchmarks
dotnet-benchmarks PublicA collection of benchmarks for analyzing dotnet code strategies.
Repositories
- AngouriMath Public
New open-source cross-platform symbolic algebra library for C# and F#. Can be used for both production and research purposes.
asc-community/AngouriMath’s past year of commit activity - AngouriMathSite Public
asc-community/AngouriMathSite’s past year of commit activity - HonkPerf.NET Public
asc-community/HonkPerf.NET’s past year of commit activity - GenericTensor Public
The only library allowing to create Tensors (matrices extension) with custom types
asc-community/GenericTensor’s past year of commit activity