[top][index]
search for:

Vector -- the class of all elements of free modules which are handled by the engine

The type Vector is a member of the class Type. Each object of class Vector is called a vector. Each vector is also a member of class MutableHashTable.

More general types (whose methods may also apply) :

  • MutableHashTable -- the class of all mutable hash tables
  • HashTable -- the class of all hash tables
  • If R is a ring handled by the engine, and M is a free module over R, then M is a subclass of Vector.

    See also:

  • engine
  • Module -- the class of all modules
  • Functions and methods returning a a vector :

  • - Vector
  • homogenize(Vector,RingElement)
  • homogenize(Vector,RingElement,List)
  • Matrix * Vector
  • Matrix _ ZZ -- get a column from a matrix
  • Module _ ZZ -- get a generator
  • RingElement * Vector
  • RingMap Vector
  • substitute(Vector,List)
  • substitute(Vector,Matrix)
  • substitute(Vector,Ring)
  • Vector + Vector
  • Vector - Vector
  • ZZ * Vector
  • ZZ _ Module
  • Methods for using a vector :

  • components Vector
  • contract(Matrix,Vector)
  • contract(RingElement,Vector)
  • contract(Vector,Matrix)
  • contract(Vector,RingElement)
  • contract(Vector,Vector)
  • degree Vector
  • diff(Matrix,Vector)
  • diff(RingElement,Vector)
  • diff(Vector,Matrix)
  • diff(Vector,RingElement)
  • diff(Vector,Vector)
  • expression Vector
  • isHomogeneous Vector
  • leadCoefficient Vector
  • leadComponent Vector
  • leadMonomial Vector
  • leadTerm Vector
  • Module / Vector
  • net Vector
  • new Vector from List
  • ring Vector
  • saturate Vector
  • substitute(Vector,Option)
  • toString Vector
  • Vector == Vector
  • Vector == ZZ
  • Vector _ ZZ -- get a component
  • ZZ == Vector

  • [top][index]
    search for: