CIL icon indicating copy to clipboard operation
CIL copied to clipboard

Remove random deprecated method from operator power method

Open hrobarts opened this issue 4 months ago • 0 comments

Since v25.0.0 we have updated the random method used to allocate random numbers to data containers. The old method RANDOM_DEPCRECATED has been maintained in the LinearOperator PowerMethod function because we don't want to pass seed as an argument to norm. We should change this before the deprecated method is removed.

hrobarts avatar Aug 27 '25 08:08 hrobarts