Objects from the Class
Objects can be created by calls of the form new("adjacencyMatrix",X).Extends
Class "matrix", from data part.
Class "structure", by class "matrix".
Class "array", by class "matrix".
Class "vector", by class "matrix", with explicit coerce.Warning
All input non-zero diagonal entries are silently changed to zero by the constructor.