Skip to main content
AnthonyLloyd avatar

AnthonyLloyd

NuGet publisher profile

Packages
12
Total Downloads
1.6M
1,584,958

Packages (12)

CsCheck package icon

CsCheck

CsCheck is a C# random testing library inspired by QuickCheck. It differs in that generation and shrinking are both based on PCG, a fast random number generator. This gives the following advantages: - Automatic shrinking. Gen classes are composable with no need for Arb classes. So less boilerplate. - Random testing and shrinking are parallelized. This and PCG make it very fast. - Shrunk cases have a seed value. Simpler examples can easily be reproduced. - Shrinking can be continued later to give simpler cases for high dimensional problems. - Parallel concurrency testing and random shrinking work well together. CsCheck also makes parallel, performance and regression testing simple and fast.

533.6K
downloads
MKL.NET.linux-x64 package icon

MKL.NET.linux-x64

A simple cross platform .NET API for Intel MKL. Reference the MKL.NET package and required runtime packages and use the static MKL functions. The correct native libraries will be included and loaded at runtime. Exposing functions from MKL keeping the syntax as close to the c developer reference as possible: https://www.intel.com/content/www/us/en/develop/documentation/onemkl-developer-reference-c/top.html

282.2K
downloads
MKL.NET.linux-x64.b package icon

MKL.NET.linux-x64.b

A simple cross platform .NET API for Intel MKL. Reference the MKL.NET package and required runtime packages and use the static MKL functions. The correct native libraries will be included and loaded at runtime. Exposing functions from MKL keeping the syntax as close to the c developer reference as possible: https://www.intel.com/content/www/us/en/develop/documentation/onemkl-developer-reference-c/top.html

222.4K
downloads
MKL.NET package icon

MKL.NET

A simple cross platform .NET API for Intel MKL. Reference the MKL.NET package and required runtime packages and use the static MKL functions. The correct native libraries will be included and loaded at runtime. Exposing functions from MKL keeping the syntax as close to the c developer reference as possible: https://www.intel.com/content/www/us/en/develop/documentation/onemkl-developer-reference-c/top.html

195.5K
downloads
MKL.NET.win-x64 package icon

MKL.NET.win-x64

A simple cross platform .NET API for Intel MKL. Reference the MKL.NET package and required runtime packages and use the static MKL functions. The correct native libraries will be included and loaded at runtime. Exposing functions from MKL keeping the syntax as close to the c developer reference as possible: https://www.intel.com/content/www/us/en/develop/documentation/onemkl-developer-reference-c/top.html

164.5K
downloads
MKL.NET.Matrix package icon

MKL.NET.Matrix

Performance and memory optimised matrix algebra library based on cross platform MKL.NET. - Matrix expressions are optimised to perform intermediate calculations inplace and reuse memory. - Operations such as scale, transpose, +, * are combined into single MKL calls. - Intermediate matrices are disposed (or reused) automatically. - ArrayPool underlying memory model using IDisposable and Finalizers. - Uses the Pinned Object Heap for net6.0.

77.1K
downloads
MKL.NET.osx-x64 package icon

MKL.NET.osx-x64

A simple cross platform .NET API for Intel MKL. Reference the MKL.NET package and required runtime packages and use the static MKL functions. The correct native libraries will be included and loaded at runtime. Exposing functions from MKL keeping the syntax as close to the c developer reference as possible: https://www.intel.com/content/www/us/en/develop/documentation/onemkl-developer-reference-c/top.html

49.1K
downloads
MKL.NET.linux-x86 package icon

MKL.NET.linux-x86

A simple cross platform .NET API for Intel MKL. Reference the MKL.NET package and required runtime packages and use the static MKL functions. The correct native libraries will be included and loaded at runtime. Exposing functions from MKL keeping the syntax as close to the c developer reference as possible: https://www.intel.com/content/www/us/en/develop/documentation/onemkl-developer-reference-c/top.html

25.2K
downloads
MKL.NET.win-x86 package icon

MKL.NET.win-x86

A simple cross platform .NET API for Intel MKL. Reference the MKL.NET package and required runtime packages and use the static MKL functions. The correct native libraries will be included and loaded at runtime. Exposing functions from MKL keeping the syntax as close to the c developer reference as possible: https://www.intel.com/content/www/us/en/develop/documentation/onemkl-developer-reference-c/top.html

22.2K
downloads
MKL.NET.Optimization package icon

MKL.NET.Optimization

Optimization and root finding based on cross platform MKL.NET.

8.8K
downloads
Optimized.Collections package icon

Optimized.Collections

Optimized.Collections aims to provide drop in replacements for System.Collections with improved speed, memory or features in specific use cases.

2.2K
downloads
MKL.NET.Statistics package icon

MKL.NET.Statistics

Statistics functions based on cross platform MKL.NET.

2.1K
downloads