EMS-TU-Ilmenau / fastmat

A library to build up lazily evaluated expressions of linear transforms for efficient scientific computing.
https://fastmat.readthedocs.io
Apache License 2.0
24 stars 8 forks source link

Broken example in docu #85

Closed ChristophWWagner closed 3 years ago

ChristophWWagner commented 4 years ago

See contents of attached E-Mail:

Hi Willi,

bei Fastmat in der Dokumentation auf 
https://fastmat.readthedocs.io/en/latest/algorithms/FISTA.html#fastmat.algorithms.FISTA
funktioniert das Beispiel nicht, weil in

>>> x[npr.choice(range(n), k, replace=0)] = 1

npr.choice nich existiert.

Wollte nur mal Bescheid sagen.

Gruß Max