cr.sparse.lop.random_orthonormal_rows_dict

cr.sparse.lop.random_orthonormal_rows_dict(key, m, n=None, axis=0)[source]

An operator whose rows are orthonormal (sampled from a random orthonormal basis)

Parameters
  • key – a PRNG key used as the random key.

  • m (int) – Number of rows of the sensing matrix

  • n (int) – Number of columns of the sensing matrix

  • axis (int) – For multi-dimensional array input, the axis along which the linear operator will be applied

Returns

A linear operator wrapping the sensing matrix

Return type

Operator

Examples