From 2953636ad61d3dc1d458613750d1fa4f34a0d153 Mon Sep 17 00:00:00 2001 From: "Documenter.jl" Date: Tue, 17 Sep 2024 23:14:44 +0000 Subject: [PATCH] build based on 14f17b7 --- dev/.documenter-siteinfo.json | 2 +- dev/index.html | 6 +++--- dev/objects.inv | Bin 314 -> 314 bytes 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev/.documenter-siteinfo.json b/dev/.documenter-siteinfo.json index e999c43..2ed6196 100644 --- a/dev/.documenter-siteinfo.json +++ b/dev/.documenter-siteinfo.json @@ -1 +1 @@ -{"documenter":{"julia_version":"1.10.5","generation_timestamp":"2024-09-16T08:45:37","documenter_version":"1.7.0"}} \ No newline at end of file +{"documenter":{"julia_version":"1.10.5","generation_timestamp":"2024-09-17T23:14:42","documenter_version":"1.7.0"}} \ No newline at end of file diff --git a/dev/index.html b/dev/index.html index 3744125..aaafb8a 100644 --- a/dev/index.html +++ b/dev/index.html @@ -1,5 +1,5 @@ -Home · BatchedTransformations.jl

BatchedTransformations

Documentation for BatchedTransformations.

BatchedTransformations.ComposedType
Composed{Outer<:Transformation,Inner<:Transformation}

A Composed contains two transformations outer and inner that are composed, where inner gets applied first, and then outer.. It can be constructed with compose(outer, inner) or outer ∘ inner, unless the compose function is overloaded for the specific types.

source
BatchedTransformations.InverseType
Inverse{T<:Transformation} <: Transformation

An Inverse represents a lazy inverse of a Transformation t.

inverse(t) is a lazy inverse that defaults to inv(t) when evaluated. transform(inverse(t), x) is equivalent to inverse_transform(t, x). This allows for specialized inverse transform implementations that don't require the inverse to be computed explicitly.

source
BatchedTransformations.TransformationType
Transformation

An abstract type whose concrete subtypes contain batches of transformations that can be applied to an array. A Transformation t can be applied to x with transform(t, x), t * x, and t(x).

source
BatchedTransformations.transformMethod
transform(t, x)
+Home · BatchedTransformations.jl

BatchedTransformations

Documentation for BatchedTransformations.

BatchedTransformations.ComposedType
Composed{Outer<:Transformation,Inner<:Transformation}

A Composed contains two transformations outer and inner that are composed, where inner gets applied first, and then outer.. It can be constructed with compose(outer, inner) or outer ∘ inner, unless the compose function is overloaded for the specific types.

source
BatchedTransformations.InverseType
Inverse{T<:Transformation} <: Transformation

An Inverse represents a lazy inverse of a Transformation t.

inverse(t) is a lazy inverse that defaults to inv(t) when evaluated. transform(inverse(t), x) is equivalent to inverse_transform(t, x). This allows for specialized inverse transform implementations that don't require the inverse to be computed explicitly.

source
BatchedTransformations.TransformationType
Transformation

An abstract type whose concrete subtypes contain batches of transformations that can be applied to an array. A Transformation t can be applied to x with transform(t, x), t * x, and t(x).

source
+t(x)
source
diff --git a/dev/objects.inv b/dev/objects.inv index fbfbe91db2c28a4dc61a27c220c42789a1fe04ed..9cccc64c5af69dbf555d373b43e9d4974b1cf420 100644 GIT binary patch delta 11 ScmdnRw2NtiKcnfyfL8z*mjqb= delta 11 ScmdnRw2NtiKcmUSfL8z*lLS}*