pyrand.Matrix.get_num_parameters#
- Matrix.get_num_parameters()#
Returns the number of parameters of the linear operator.
For
pyrand.Matrix
class, this value is 0 and forpyrand.AffineMatrixFunction
class, this value is 1.- Returns:
- num_parametersint
Number of parameters of linear operator.