[top][index]
search for:

map Module -- make a map

Synopsis:

  • Function: map -- make a map
  • Input:
  • an instance of class Module.
  • Output:
  • an instance of class Matrix.
  • Optional arguments :
  • map(..., Degree)
  • map(..., DegreeMap => ...)
  • map M -- construct the identity map from M to itself.

    This can also be accomplished with id_M or map(M,1).

    See also:

  • map -- make a map
  • id -- identity map

  • [top][index]
    search for: