weighting

Weightings for finite-dimensional spaces.

Classes

ArrayWeighting(array, impl, device[, exponent])

Weighting of a space by an array.

ConstWeighting(const, impl, device[, exponent])

Weighting of a space by a constant.

CustomDist(dist, impl, device[, shape])

Class for handling a user-specified distance.

CustomInner(inner, impl, device[, shape])

Class for handling a user-specified inner product.

CustomNorm(norm, impl, device[, shape])

Class for handling a user-specified norm.

MatrixWeighting(matrix, impl, device[, exponent])

Weighting of a space by a matrix.

Weighting(impl, device[, exponent])

Abstract base class for weighting of finite-dimensional spaces.