!                       Logical Negation
BunchKaufman-methods    Methods for Bunch-Kaufman Factorization
CAex                    Albers' example Matrix with "Difficult" Eigen
                        Factorization
Cholesky-methods        Methods for Cholesky Factorization
Complex-methods         Unary Operations on Complex Numbers
CsparseMatrix-class     Virtual Class 'CsparseMatrix' of Compressed
                        Sparse Column Format Matrices
Diagonal                Construct a Diagonal Matrix
Hilbert                 Generate a Hilbert matrix
KNex                    Koenker-Ng Example Sparse Model Matrix and
                        Response Vector
KhatriRao               Khatri-Rao Matrix Product
Math-methods            Mathematical Functions
Math2-methods           Rounding of Numbers
Matrix                  Construct a Classed Matrix
Matrix-class            Virtual Class 'Matrix' of Matrices
Matrix-package          R Package 'Matrix'
MatrixClass             The Matrix (Super-) Class of a Class
MatrixFactorization-class
                        Virtual Class "MatrixFactorization" of Matrix
                        Factorizations
Ops-methods             Arithmetic, Relational, and Logical Operators
RsparseMatrix-class     Virtual Class 'RsparseMatrix' of Compressed
                        Sparse Row Format Matrices
Schur-methods           Methods for Schur Factorization
Summary-methods         Summary Statistics
TsparseMatrix-class     Virtual Class 'TsparseMatrix' of Triplet Format
                        Matrices
USCounties              Contiguity Matrix of U.S. Counties
abIndex-class           Class "abIndex" of Abstract Index Vectors
abIseq                  Sequence Generation of "abIndex", Abstract
                        Index Vectors
all.equal-methods       Matrix Package Methods for Function all.equal()
asUniqueT               Standardize a Sparse Matrix in Triplet Format
band-methods            Extract bands of a matrix
bandSparse              Construct Sparse Banded Matrix from
                        (Sup-/Super-) Diagonals
bdiag                   Construct a Block Diagonal Matrix
bind-methods            'cbind()' and 'rbind()' recursively built on
                        cbind2/rbind2
boolmatmult-methods     Boolean Arithmetic Matrix Products: '%&%' and
                        Methods
chol-methods            Compute the Cholesky Factor of a Matrix
chol2inv-methods        Inverse from Cholesky Factor
coerce-methods          Coercions in Package 'Matrix'
coerce-methods-SparseM
                        Sparse Matrix Coercion from and to those from
                        package 'SparseM'
coerce-methods-graph    Conversions "graph" <-> (sparse) Matrix
colSums-methods         Form Row and Column Sums and Means
condest                 Compute Approximate CONDition number and 1-Norm
                        of (Large) Matrices
cov2cor-methods         Scale a Covariance Matrix
ct-methods              Matrix Conjugate Transpose
dMatrix-class           Virtual Class 'dMatrix' of Double Precision
                        Matrices
denseBunchKaufman-class
                        Dense Bunch-Kaufman Factorizations
denseCholesky-class     Dense Cholesky Factorizations
denseLU-class           Dense LU Factorizations
denseMatrix-class       Virtual Class 'denseMatrix' of Dense Format
                        Matrices
denseSchur-class        Dense Schur Factorizations
determinant-methods     Matrix Determinant
diag-methods            Matrix Diagonals
diagU2N                 Transform Triangular/Diagonal Matrices from
                        Unit to General Triangular/Diagonal and Back
diagonalMatrix-class    Virtual Class 'diagonalMatrix' of Diagonal
                        Matrices
diff-methods            Difference a Vector
dim-methods             Dimensions of a Matrix
dimScale                Scale the Rows and Columns of a Matrix
dimnames-methods        Dimnames of a Matrix
dmperm                  Dulmage-Mendelsohn Permutation / Decomposition
drop-methods            Drop Redundant Dimensions
drop0                   Drop Non-Structural Zeros from a Sparse Matrix
expand-methods          Expand Matrix Factorizations
expm-methods            Matrix Exponential
facmul-methods          Multiplication by Factors from Matrix
                        Factorizations
fastMisc                "Low Level" Coercions and Methods
forceCanonical-methods
                        Canonicalize an Object
forceDiagonal-methods   Create 'diagonalMatrix' From the Diagonal Part
                        of a Matrix
forceSymmetric-methods
                        Symmetrize a Square Matrix
forceTriangular-methods
                        Get the Upper or Lower Triangular Part of a
                        Square Matrix
formatSparseM           Formatting Sparse Numeric Matrices Utilities
generalMatrix-class     Virtual Class 'generalMatrix' of General
                        Matrices
head-methods            Head and Tail of a Matrix or Vector
iMatrix-class           Virtual Class 'iMatrix' of Integer Matrices
image-methods           Methods for image() in Package 'Matrix'
index-class             Virtual Class "index" of Index Vectors
indexMatrix-class       Virtual Class 'indexMatrix' of Generalized
                        Index Matrices
initialize-methods      Initialization
invertPerm              Utilities for Permutation Vectors
is.na-methods           is.na(), is.finite() Methods for 'Matrix'
                        Objects
is.null.DN              Are the Dimnames 'dn' NULL-like ?
isCanonical-methods     Test if an Object is Canonical
isDiagonal-methods      Test if a Matrix is Diagonal
isSymmetric-methods     Test if a Matrix is Symmetric (Hermitian)
isTriangular-methods    Test if a Matrix is Triangular
kronecker-methods       Methods for Function 'kronecker()' in Package
                        'Matrix'
lMatrix-class           Virtual Class 'lMatrix' of Logical Matrices
lu-methods              Methods for LU Factorization
mat2triplet             Map Matrix to its Triplet Representation
matmult-methods         Matrix (Cross) Products (of Transpose)
mean-methods            Arithmetic Mean
nMatrix-class           Virtual Class 'nMatrix' of Boolean Matrices
nearPD                  Nearest Positive Definite Matrix
nnzero-methods          The Number of Non-Zero Values of a Matrix
norm-methods            Matrix Norms
pack-methods            Representation of Packed and Unpacked Dense
                        Matrices
packedMatrix-class      Virtual Class 'packedMatrix' of Packed Dense
                        Format Matrices
posdefMatrix-class      Virtual Class 'posdefMatrix' of Positive
                        Semidefinite Matrices
printSpMatrix           Format and Print Sparse Matrices Flexibly
qr-methods              Methods for QR Factorization
rankMatrix              Rank of a Matrix
rcond-methods           Estimate the (Reciprocal) Condition Number
readHB                  Read and write external matrix formats
rep-methods             Repeat a Vector
rep2abI                 Replicate Vectors into 'abIndex' Result
rleDiff-class           Class "rleDiff" of rle(diff(.)) Stored Vectors
rsparsematrix           Random Sparse Matrix
show-methods            Show a Matrix
solve-methods           Methods in Package 'Matrix' for Function
                        'solve'
sort-methods            Sort a Vector
spMatrix                Sparse Matrix Constructor From Triplet
sparse.model.matrix     Construct Sparse Design / Model Matrices
sparseCholesky-class    Sparse Cholesky Factorizations
sparseLU-class          Sparse LU Factorizations
sparseMatrix            General Sparse Matrix Construction from Nonzero
                        Entries
sparseMatrix-class      Virtual Class 'sparseMatrix' of Sparse Format
                        Matrices
sparseQR-class          Sparse QR Factorizations
sparseVector            Sparse Vector Construction from Nonzero Entries
sparseVector-class      Sparse Vector Classes
subassign-methods       Methods for "[<-" - Assigning to Subsets for
                        'Matrix'
subset-methods          Methods for "[": Extraction or Subsetting in
                        Package 'Matrix'
symmetricMatrix-class   Virtual Class 'symmetricMatrix' of Hermitian or
                        Symmetric Matrices
symmpart-methods        Symmetric and Skew-Symmetric Parts of a Square
                        Matrix
t-methods               Matrix Transpose
toeplitz-methods        Form a Toeplitz Matrix
triangularMatrix-class
                        Virtual Class 'triangularMatrix' of Triangular
                        Matrices
unpackedMatrix-class    Virtual Class 'unpackedMatrix' of Conventional
                        Dense Format Matrices
update-methods          Update a Sparse Cholesky Factorization
updown-methods          Rank-k Updates and Downdates of Cholesky
                        Factorizations
which-methods           Which Indices are TRUE?
wrld_1deg               Contiguity Matrix of World One-Degree Grid
                        Cells
zMatrix-class           Virtual Class 'zMatrix' of Complex Matrices
zapsmall-methods        Rounding of Numbers Zapping Small Ones to Zero
