TransportMaps.Maps.AffineTriangularMapBase

Module Contents

Classes

AffineTriangularMap

Affine map \(T({\bf x})={\bf c} + {\bf L}{\bf x}\) where \(L\) is triangular

LinearTriangularMap

Affine map \(T({\bf x})={\bf c} + {\bf L}{\bf x}\) where \(L\) is triangular

class TransportMaps.Maps.AffineTriangularMapBase.AffineTriangularMap(**kwargs)[source]

Bases: TransportMaps.Maps.AffineMapBase.AffineMap

Affine map \(T({\bf x})={\bf c} + {\bf L}{\bf x}\) where \(L\) is triangular

class TransportMaps.Maps.AffineTriangularMapBase.LinearTriangularMap(dim=None, constantTerm=None, linearTerm=None, lower=True)[source]

Bases: AffineTriangularMap

Affine map \(T({\bf x})={\bf c} + {\bf L}{\bf x}\) where \(L\) is triangular