gTMatrix-class {Matrix}R Documentation

Class "gTMatrix" of General Sparse Matrices in Triplet Form

Description

~~ A concise (1-5 lines) description of what the class is. ~~

Objects from the Class

A virtual Class: No objects may be created from it.

Slots

Dim:
class "integer" of length 2, as for Matrix-class.
Dimnames:
class "list" as in the "Matrix" class.

Extends

Class "sparseMatrix", directly. Class "Matrix", by class "sparseMatrix".

Methods

Extraction ("[") methods, see [-methods.

See Also

its superclass, sparseMatrix-class, and dgTMatrix-class for the links to other classes


[Package Matrix version 0.98-7 Index]