imate.Matrix.get_num_parameters#

Matrix.get_num_parameters()#

Returns the number of parameters of the linear operator.

For imate.Matrix class, this value is 0 and for imate.AffineMatrixFunction class, this value is 1.

Returns:
num_parametersint

Number of parameters of linear operator.