ngeMatrix-class: Class "ngeMatrix" of General Dense Nonzero-pattern Matrices
Description
This is the class of general dense nonzero-pattern
matrices, see nMatrix.Extends
Class "ndenseMatrix", directly.
Class "lMatrix", by class "ndenseMatrix".
Class "denseMatrix", by class "ndenseMatrix".
Class "Matrix", by class "ndenseMatrix".
Class "Matrix", by class "ndenseMatrix".Methods
Currently, mainly t() and coercion methods (for
as(.)); use, e.g.,
showMethods(class="ngeMatrix") for details.See Also
Non-general logical dense matrix classes such as
ntrMatrix, or nsyMatrix;
sparse logical classes such as ngCMatrix.Examples
Run this codeshowClass("ngeMatrix")
## "lgeMatrix" is really more relevant
Run the code above in your browser using DataLab