Module types

Source
Expand description

This module collects the various traits definitions

Enums§

RustyCompressionError

Traits§

Apply
ConjMatMat
Trait describing the action of the conjugate adjoint of an operator with a matrix
ConjMatVec
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>