Skip to content
This repository has been archived by the owner on Oct 5, 2018. It is now read-only.

Latest commit

 

History

History
21 lines (16 loc) · 580 Bytes

general.md

File metadata and controls

21 lines (16 loc) · 580 Bytes

General interface for transformations

CurrentModule = ContinuousTransformations

Transformations are function-like objects, in the sense that they are callable. They also support the following general interface.

ContinuousTransformation
domain
image
logjac
inverse

You can create a transformation using the appropriate constructors, combine univariate-transformations, and create a transformation between two [intervals](@ref intervals).

bridge