default_ops¶
Default operators defined on any (reasonable) space.
Classes
|
Operator that embeds a vector into a complex space. |
|
Operator that computes the modulus (absolute value) of a vector. |
|
Operator that computes the squared complex modulus (absolute value). |
|
Operator that always returns the same value. |
|
Operator taking the distance to a fixed space element. |
|
Operator mapping each element to itself. |
|
Operator that extracts the imaginary part of a vector. |
|
Operator taking the inner product with a fixed space element. |
|
Operator mapping two space elements to a linear combination. |
|
Operator multiplying by a fixed space or field element. |
|
Vector space norm as an operator. |
|
Operator taking a fixed power of a space or field element. |
|
Operator that extracts the real part of a vector. |
|
Operator of multiplication with a scalar. |
|
Operator mapping each element to the zero element. |