Skip to content

Commit

Permalink
drop numpy from tutorial 2
Browse files Browse the repository at this point in the history
  • Loading branch information
malb committed Oct 16, 2023
1 parent 6c22cf5 commit 22ea3ee
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -195,8 +195,6 @@ To compute the norm of a shortest vector of the lattice generated by the rows of
::

>>> from fpylll import SVP
>>> from numpy import linalg as LA
>>> import numpy as np
>>> SVP.shortest_vector(A)
(2, -2, 7, 4, -1)
>>> print(A[0])
Expand Down

0 comments on commit 22ea3ee

Please sign in to comment.