Expand description
This module collects the various traits definitions
Enums§
Traits§
- Apply
- Conj
MatMat - Trait describing the action of the conjugate adjoint of an operator with a matrix
- Conj
MatVec - Trait describing the product of the conjugate adjoint of an operator with a vector
- MatMat
- Matrix-Matrix Product Trait
- MatVec
- Matrix-Vector Product Trait
- RApply
- RelDiff
- Scalar
Type Aliases§
- Result
- c32
- Alias for a
Complex<f32>
- c64
- Alias for a
Complex<f64>