%*%,ANY,LazyMatrix-method
                        Matrix multiplication for vector and
                        'LazyMatrix'
%*%,LazyColumn,LazyColumn-method
                        Perform the dot product between two LazyColumn
                        vectors
%*%,LazyColumn,numeric-method
                        Perform the dot product between a LazyColumn
                        and a numeric vector
%*%,LazyMatrix,ANY-method
                        Matrix multiplication for 'LazyMatrix' and
                        vector
%*%,LazyMatrix,matrix-method
                        Matrix multiplication for 'LazyMatrix' and
                        matrix-object.
%*%,numeric,LazyColumn-method
                        Perform the dot product between a numeric
                        vectorand a LazyColumn
*,LazyColumn,LazyColumn-method
                        Multiply element-wise two LazyColumn vectors
*,LazyColumn,numeric-method
                        Multiply a LazyColumn by a numeric scalar or
                        vector
*,numeric,LazyColumn-method
                        Multiply a numeric scalar or vector by a
                        LazyColumn
+,ANY,LazyColumn-method
                        Vector Addition between regular vector and
                        'LazyColumn'
+,LazyColumn,ANY-method
                        Vector Addition between 'LazyColumn' and
                        regular vector
+,LazyColumn,LazyColumn-method
                        Vector Addition between two 'LazyColumn'
                        vectors.
-,ANY,LazyColumn-method
                        Vector Subtraction between regular vector and
                        'LazyColumn'
-,LazyColumn,ANY-method
                        Vector subtraction between a 'LazyColumn'
                        vector and a regular R vector.
-,LazyColumn,LazyColumn-method
                        Vector Subtraction between two 'LazyColumn'
                        vectors.
Compare,LazyColumn,numeric-method
                        Comparison operators for LazyColumn
Compare,numeric,LazyColumn-method
                        Comparison operators for LazyColumn
LazyColumn-class        LazyColumn S4 class
LazyMatrix              Constructs a LazyMatrix object.
LazyMatrix-class        LazyMatrix S4 class
colnames,LazyMatrix-method
                        Retrieve or set the row or column names of a
                        LazyMatrix object.
crossprod,LazyMatrix,ANY-method
                        Crossproduct for 'LazyMatrix'
dim,LazyMatrix-method   Returns the dimension of a LazyMarix Object.
lazy_crossprod_vec      Fast crossprod for LazyMatrix (dense case)
lazy_crossprod_vec_sp   Fast crossprod for LazyMatrix (sparse case)
length,LazyColumn-method
                        Get the length of a LazyColumn
lsqr                    Performs least squares estimation on LazyMatrix
                        object using the iterative lsqr algorithm.
ncol,LazyMatrix-method
                        Returns the number of columns of the data
                        matrix
norm                    Compute the norm of a LazyMatrix or LazyColumn
norm,LazyColumn-method
                        Perform the norm of a LazyColumn vector
norm,LazyMatrix-method
                        Computes the Frobenius norm of a 'LazyMatrix'
                        object.
nrow,LazyMatrix-method
                        Returns the number of rows of the data matrix
prcomp,LazyMatrix-method
                        Performs a principal component analysis on the
                        LazyMatrix object using irlba:s sparse svd.
setNames,LazyColumn,character-method
                        Set names for a LazyColumn
subset-LazyColumn       Subset a LazyColumn
subset-LazyMatrix       Subset a LazyMatrix by columns
svd,LazyMatrix-method   Singular Value decomposition for 'LazyMatrix'.
t,LazyMatrix-method     Given a 'LazyMatrix' x, t returns the transpose
                        of x.
