The R Project SVN R-packages

Rev

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

Rev 1321 Rev 1473
Line 1... Line 1...
1
\name{dMatrix-class}
1
\name{dMatrix-class}
2
\docType{class}
2
\docType{class}
3
\alias{dMatrix-class}
3
\alias{dMatrix-class}
-
 
4
\alias{lMatrix-class}
4
\alias{show,dMatrix-method}
5
\alias{show,dMatrix-method}
5
\alias{coerce,dMatrix,matrix-method}
6
\alias{coerce,dMatrix,matrix-method}
6
\alias{coerce,dMatrix,dgeMatrix-method}
7
\alias{coerce,dMatrix,dgeMatrix-method}
7
% Group methods
8
% Group methods
8
\alias{Arith,dMatrix,dMatrix-method}
9
\alias{Arith,dMatrix,dMatrix-method}
Line 20... Line 21...
20
\alias{\%*\%,dMatrix,integer-method}
21
\alias{\%*\%,dMatrix,integer-method}
21
\alias{\%*\%,integer,dMatrix-method}
22
\alias{\%*\%,integer,dMatrix-method}
22
\title{(Virtual) Class "dMatrix" of "double" Matrices}
23
\title{(Virtual) Class "dMatrix" of "double" Matrices}
23
\description{
24
\description{
24
  The \code{dMatrix} class is a virtual class contained by all actual
25
  The \code{dMatrix} class is a virtual class contained by all actual
25
  classes in the \pkg{Matrix} package.
26
  classes of numeric matrices in the \pkg{Matrix} package.  Similarly,
-
 
27
  all the actual classes of logical matrices inherit from the
-
 
28
  \code{lMatrix} class.
26
}
29
}
27
%\section{Objects from the Class}{A virtual Class: No objects may be
30
%\section{Objects from the Class}{A virtual Class: No objects may be
28
%  created from it.
31
%  created from it.
29
%}
32
%}
30
\section{Slots}{
33
\section{Slots}{