Releases: vangogih/-SCPT-SystemCoordinateParametersTransformation
Release v.1.0
In this version of the library, there are 4 all-algorithms for obtaining transformation parameters between different coordinate systems:
- Newton Iteration Process
- Lenear Procedure
- Singular Value Decomposition
- Nine Affine
For use just add reference on MathNet.Numercs and SCPT on your project.
SCPT v.0.3
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
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:
- Download trial library from the official site: https://www.extremeoptimization.com/nuget.aspx
- 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
Newton Iteration Process with accuracy rating.