The R Project SVN R-packages

Rev

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

Rev 3175 Rev 4953
Line 1... Line 1...
1
\name{triangularMatrix-class}
1
\name{triangularMatrix-class}
2
\docType{class}
2
\docType{class}
3
\alias{triangularMatrix-class}
3
\alias{triangularMatrix-class}
-
 
4
\alias{coerce,triangularMatrix,symmetricMatrix-method}
-
 
5
%
4
\title{Virtual Class of Triangular Matrices in package:Matrix}
6
\title{Virtual Class of Triangular Matrices in package:Matrix}
5
\description{
7
\description{
6
  The virtual class of triangular matrices,\code{"triangularMatrix"},
8
  The virtual class of triangular matrices,\code{"triangularMatrix"},
7
  from the package \pkg{Matrix} contains numeric and logical, dense and
9
  from the package \pkg{Matrix} contains numeric and logical, dense and
8
  sparse matrices, e.g., see the examples.
10
  sparse matrices, e.g., see the examples.