ceo

Crates.ioceo
lib.rsceo
version0.1.0
sourcesrc
created_at2021-12-17 22:29:54.588762
updated_at2021-12-17 22:29:54.588762
descriptionCUDA Engined Optics
homepage
repositoryhttps://github.com/rconan/CEO/tree/rust
max_upload_size
id499811
size12,839,063
Rod Conan (rconan)

documentation

https://docs.rs/ceo

README

Cuda Engined Optics

Cuda Engined Optics or CEO is a CUDA library for the modeling of Adaptive Optics (AO) systems in Astronomy.

CEO consists of a C++ API that hides most of the CUDA API. The CEO API can then be used to build AO simulations.

A CEO python interface has also been developed and is usually the preferred way to interact with CEO functionalities. This high level interface has been written with Cython to preserve speed.

All the code has been written following the literate programming methodology. This means that the code and the associated documentation are tangled together in a few source files. CEO relies on noweb to extract the code from the source files and to build the corresponding Latex documentation.

CEO can be downloaded from https://github.com/rconan/CEO. The C++ API is compiled with make all, the Python interface with make cython and the code documentation with make doc.

Commit count: 0

cargo fmt