Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

numpy.int64 vs. sage.rings.integer.Integer

Hi experts!

I have a list (A) with many list generated by NetworkX. Each list have numpy.int64 numbers A=[A1,....,An], where Aj are lists of numpy.int64 integers numbers.

I want to compare this numpy.int64 numbers with sage.rings.integer.Integer numbers.

How can I do this?

Thanks a lot!