5.2.1 sage.linalg.vector - Vectors

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



Subsections
See About this document... for information on suggesting changes.