Documentation |
---|
A small project started as test of whether it is indeed as easy as advertised to translate algorithms from their mathematical description to Julia language.
Several simple alternating projection algorithms are planned for implementation:
- Gerchberg-Saxton (GS)
- TIP
- Vector GS
- DRAP
The goals are:
- to learn Julia
- to try to keep the Julia implementation as close to the pseudocode description as possible
- to unify several algorithms in one framework.
- Download the project in a folder named AlternatingProjections.
- Start Julia in this folder.
- Activate the package in Julia:
] activate .
- Now you can use the package by
using AlternatingProjections
To build documentation, cd to docs
folder and run julia make.jl
0.1
Oleg Soloviev, o.a.soloviev@tudelft.nl