Pickling for the old RDF vector class.ΒΆ

AUTHORS:

  • Jason Grout

TESTS:

sage: v = vector(RDF, [1,2,3,4])
sage: loads(dumps(v)) == v
True

Previous topic

Pickling for the old CDF vector class.

Next topic

Homspaces between free modules

This Page