Skip to content

Releases: vangogih/-SCPT-SystemCoordinateParametersTransformation

Release v.1.0

20 May 20:11
Compare
Choose a tag to compare

In this version of the library, there are 4 all-algorithms for obtaining transformation parameters between different coordinate systems:

  1. Newton Iteration Process
  2. Lenear Procedure
  3. Singular Value Decomposition
  4. Nine Affine

For use just add reference on MathNet.Numercs and SCPT on your project.

SCPT v.0.3

25 Apr 14:20
Compare
Choose a tag to compare

Changelog

Add the calculation algorithm based on the Singular Value Decomposition (SVD).
Change core mathematics library from Extreme.Optimization to mathnet-numerics.
Now mathnet-numerics required version (4.7.0) enters in release archives.

SCPT v.0.2

17 Apr 18:00
Compare
Choose a tag to compare

Changelog

Add the calculation algorithm based on the Linear Procedure.
Now you can instantiate all calculation classes with "AbstractTranfromation" type.

Warning

Now for correct use SCPT library, you need download source "Extreme Optimization" mathematic library.

This is a necessary measure, as this library is distributed only on a paid basis

For solving this problem you only need to choose one of two variant:

  1. Download trial library from the official site: https://www.extremeoptimization.com/nuget.aspx
  2. Or attach the "Extreme Optimization" library to your project through NuGet : https://www.nuget.org/packages/Extreme.Numerics/

The library was written on version 7.0.6 and If You have a problem with compatibility download this version.

Thank you.

SCPT v.0.1

14 Apr 17:13
Compare
Choose a tag to compare

Newton Iteration Process with accuracy rating.