weighting

Weightings for finite-dimensional spaces.

Classes

ArrayWeighting(array, impl[, exponent])

Weighting of a space by an array.

ConstWeighting(const, impl[, exponent])

Weighting of a space by a constant.

CustomDist(dist, impl)

Class for handling a user-specified distance.

CustomInner(inner, impl)

Class for handling a user-specified inner product.

CustomNorm(norm, impl)

Class for handling a user-specified norm.

MatrixWeighting(matrix, impl[, exponent])

Weighting of a space by a matrix.

Weighting(impl[, exponent])

Abstract base class for weighting of finite-dimensional spaces.