Module polarization::jones::composite[][src]

Implementation of an element that composes several other elements.

One of the conveniences of Jones calculus is the ability to compose several optical elements into a single element by multiplying their matrices together. This element represents the result of composing several elements together, and, as a result, may only be constructed from an existing ComplexMatrix.

Structs

CompositeElement

An optical element that represents the composition of several other elements.