compsense.operators.opFoG

class compsense.operators.opFoG(operators_list)[source]

Concatenate a sequence of operators into a single operator.

Parameters :

operators_list : list

List of operators. All the operators must be instances of opBase or its subclasses. The opFoG operator applies the operators to the input signal in reverse order, i.e. starting with operators_list[-1].

Attributes

T The transpose of the operator.
in_signal_shape The shape of the input signal for the operator.
name Name of operator.
out_signal_shape The shape of the output signal for the operator.
shape The shape of the operator.

Previous topic

compsense.operators.opDirac

Next topic

compsense.operators.opFFT2d

This Page