[][src]Module lfa::composition

Module for composition of basis representations.

Structs

L1Normalise

Apply L₁ normalisation to the output of a Projector instance.

L2Normalise

Apply L₂ normalisation to the output of a Projector instance.

LinfNormalise

Apply L∞ normalisation to the output of a Projector instance.

LpNormalise

Apply Lp normalisation to the output of a Projector instance.

Negate

Apply negation to the output.

Product

Multiply the output of two Projector instances.

Reciprocal

Apply inversion to the output of a Projector instance.

Scale

Scale the output of a Projector instance by some fixed amount.

Shift

Shift the output of a Projector instance by some fixed amount.

Stack

Stack the output of two Projector instances.

Sum

Sum the output of two Projector instances.

Traits

Composable

Trait for composition of any support LFA types.