The module sage.linalg.vector defines the following classes:
- class Vector
- class Vector_generic_dense
- class Vector_generic_sparse
-
A generic sparse vector is a dictionary with keys ints i
and entries in the base ring.
WARNING: In creation, we do not check that the i pairs satisfy
0 <= i < degree
Release 0.5.alpha10, documentation updated on August 12, 2005.
See About this document... for information on suggesting changes.