https://github.com/cran/SoDA
Revision e3fb24ebd97f7686caee78bcef4e558b908a465e authored by jmc on 01 December 2007, 00:00:00 UTC, committed by Gabor Csardi on 01 December 2007, 00:00:00 UTC
1 parent 1c016a1
Raw File
Tip revision: e3fb24ebd97f7686caee78bcef4e558b908a465e authored by jmc on 01 December 2007, 00:00:00 UTC
version 0.97-1
Tip revision: e3fb24e
triDiagonal.Rd
\name{triDiagonal}
\alias{triDiag}
\alias{triDiag2}
\alias{triDiag2S}
\alias{triDiag3}
\alias{triDiag3S}
%- Also NEED an '\alias' for EACH other topic documented here.
\title{ ~~function to do ... ~~ }
\description{
  Functions to create forms of tridiagonal matrix objects.
}
\usage{

triDiag(diagonal, upper, lower, nrow = length(diagonal), ncol = nrow)

triDiag2(diagonal, upper, lower, nrow = length(diagonal), ncol = nrow)

triDiag2S(diagonal, upper, lower, r = length(diagonal))

triDiag3(diagonal, upper, lower, nrow = length(diagonal), ncol = nrow)

triDiag3S(diagonal, upper, lower, r = length(diagonal))
}
%- maybe also 'usage' for other objects documented here.
\arguments{

  \item{diagonal, upper, lower}{Numeric data to store in these positions. }
  \item{nrow, ncol}{Number of rows and columns }


  \item{r}{ size of square matrix }


}
\value{
  Tridiagonal matrices, constructed by a variety of computations, as described in the book.
}
\keyword{array}
back to top