The R Project SVN R-packages

Rev

Rev 3943 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3943 Rev 4032
Line 30... Line 30...
30
\alias{rowSums,CsparseMatrix-method}
30
\alias{rowSums,CsparseMatrix-method}
31
%% Group methods --------- FIXME: not tested yet (or documented)
31
%% Group methods --------- FIXME: not tested yet (or documented)
32
\alias{Arith,CsparseMatrix,CsparseMatrix-method}
32
\alias{Arith,CsparseMatrix,CsparseMatrix-method}
33
\alias{Arith,CsparseMatrix,numeric-method}
33
\alias{Arith,CsparseMatrix,numeric-method}
34
\alias{Arith,numeric,CsparseMatrix-method}
34
\alias{Arith,numeric,CsparseMatrix-method}
-
 
35
\alias{Compare,CsparseMatrix,CsparseMatrix-method}
35
\alias{Math,CsparseMatrix-method}
36
\alias{Math,CsparseMatrix-method}
36
%
37
%
37
\title{Class "CsparseMatrix" of Sparse Matrices in Column-compressed Form}
38
\title{Class "CsparseMatrix" of Sparse Matrices in Column-compressed Form}
38
\description{The \code{"CsparseMatrix"} class is the virtual class of
39
\description{The \code{"CsparseMatrix"} class is the virtual class of
39
  all sparse matrices coded in sorted compressed column-oriented form.
40
  all sparse matrices coded in sorted compressed column-oriented form.