MercuryTech.Colt.Library 0.9.3.46

dotnet add package MercuryTech.Colt.Library --version 0.9.3.46
                    
NuGet\Install-Package MercuryTech.Colt.Library -Version 0.9.3.46
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="MercuryTech.Colt.Library" Version="0.9.3.46" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="MercuryTech.Colt.Library" Version="0.9.3.46" />
                    
Directory.Packages.props
<PackageReference Include="MercuryTech.Colt.Library" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add MercuryTech.Colt.Library --version 0.9.3.46
                    
#r "nuget: MercuryTech.Colt.Library, 0.9.3.46"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package MercuryTech.Colt.Library@0.9.3.46
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=MercuryTech.Colt.Library&version=0.9.3.46
                    
Install as a Cake Addin
#tool nuget:?package=MercuryTech.Colt.Library&version=0.9.3.46
                    
Install as a Cake Tool

This is a ported project from CERN Colt Library

Original source of CERN Colt library, as the homepage https://dst.lbl.gov/ACSSoftware/colt/ doesn't contain it anymore

Some code such as Matrix, etc. are based on code written by Mauro Mazzieri. The files based on Mauro are clearly states as based on his work. https://sourceforge.net/projects/ncolt/

Added all classes and methods which implemented in Java original code, and enhanced some features.

This code is able to complie in Visual Studio 2022 Community with .NET 7.0

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.9.3.46 153 4/30/2025
0.9.3.45 144 4/30/2025
0.9.3.44 131 12/8/2024
0.9.3.36 114 11/28/2024
0.9.3.35 116 11/28/2024
0.9.3.34 115 10/17/2024
0.9.3.33 104 10/16/2024
0.9.3.32 112 10/16/2024
0.9.3.31 142 10/13/2024
0.9.3.30 144 9/6/2024

- Implemented Colt library.
- Added Extension methods to support IDictionary, Premitive Type, Object type, IEnumerable type, IList and Array classes/structs
- Bug fix
- Added Array transpose methods
- Changed AlmostEqual method to be ExpressionTree logic.
- Updated the Target framework to .NET 7.0
- Fixed duplicated classes using Mercury.Language.Core library

[0.9.3.0]
- Refactor the class implemented of Interfaces for Design Pattern

[0.9.3.1]
- Bug fixed for LUDecompositionQuick

[0.9.3.11 ~ 0.9.3.18]
- Package reference updates

[0.9.3.19]
- Moved AutoParallel class into Mercury.Language.Core library

[0.9.3.20]
- Moved some Dictionary Extension Methods to Mercury.Language.Core library

[0.9.3.21 - 0.9.3.22]
- Package reference updates

[0.9.3.23]
- Added Japanese translated resource messages

[0.9.3.24 ~ 0.9.3.26]
- Package reference updates

[0.9.3.27]
- Update MersenneTwister Random generator class

[0.9.3.29 - 43]
- Bug fix of MersenneTwister Random generator class (setSeed() method)

[0.9.3.44]
- Added OldDefaultSeed field for compatibility

[0.9.3.44]
- Updated target framework from .NET 7 to .NET 8

[0.9.3.45]
- Bug fix for RandomEngine.NextInt32() method, removed unnecesary entry points. (for .NET 8, important to fix for setting an entry point in a project using this assembly)