An open API service indexing awesome lists of open source software.

https://github.com/oschulz/affinemaps.jl

Affine affine transformations in Julia
https://github.com/oschulz/affinemaps.jl

Last synced: 10 months ago
JSON representation

Affine affine transformations in Julia

Awesome Lists containing this project

README

          

# AffineMaps.jl

[![Documentation for stable version](https://img.shields.io/badge/docs-stable-blue.svg)](https://oschulz.github.io/AffineMaps.jl/stable)
[![Documentation for development version](https://img.shields.io/badge/docs-dev-blue.svg)](https://oschulz.github.io/AffineMaps.jl/dev)
[![License](http://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat)](LICENSE.md)
[![Build Status](https://github.com/oschulz/AffineMaps.jl/workflows/CI/badge.svg?branch=main)](https://github.com/oschulz/AffineMaps.jl/actions?query=workflow%3ACI)
[![Codecov](https://codecov.io/gh/oschulz/AffineMaps.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/oschulz/AffineMaps.jl)
[![Aqua QA](https://raw.githubusercontent.com/JuliaTesting/Aqua.jl/master/badge.svg)](https://github.com/JuliaTesting/Aqua.jl)

Affine transformations in Julia that support inversion and logabsdet(Jacobian) calculations.

## Documentation

* [Documentation for stable version](https://oschulz.github.io/AffineMaps.jl/stable)
* [Documentation for development version](https://oschulz.github.io/AffineMaps.jl/dev)