Interface Bijection<D,C>
- All Known Subinterfaces:
Transform<D,C>
- All Known Implementing Classes:
DiscreteFourierTransform
A bijective function (one-to-one and onto mapping).
A bijection is a function f: D → C where:
- Injective (one-to-one): f(x) = f(y) implies x = y
- Surjective (onto): For every c ∈ C, there exists d ∈ D such that f(d) = c
Examples of bijections:
- f(x) = 2x (℠→ â„Â)
- f(x) = x³ (℠→ â„Â)
- exp(x) (℠→ â„Ââº), inverse is ln(x)
- Fourier Transform (time → frequency)
- Since:
- 1.0
- Author:
- Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
-
Method Summary
Methods inherited from interface Function
andThen, apply, compose, contains, evaluate, evaluate, getBackend, isContinuous, isDifferentiable, setBackendMethods inherited from interface Relation
getCodomain, getDomain
-
Method Details
-
inverse
-