Skip to content

Commit

Permalink
fix spelling; spelling::update_wordlist()
Browse files Browse the repository at this point in the history
  • Loading branch information
friendly committed Apr 1, 2020
1 parent 093163a commit 1fa9fd5
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 6 deletions.
12 changes: 6 additions & 6 deletions R/rowops.R
Original file line number Diff line number Diff line change
Expand Up @@ -115,18 +115,18 @@ rowmult <- function(x, row, mult) {
y
}

#' Build/Get transformation matricies
#' Build/Get transformation matrices
#'
#' Recover the history of the row operations that have been performed.
#' This function combines the transformation matricies into a single transformation matrix
#' This function combines the transformation matrices into a single transformation matrix
#' representing all row operations or may optionally print all the individual operations which have
#' been performed.
#'
#' @param x a matrix A, joined with a vector of constants, b, that has been passed to
#' \code{\link{gaussianElimination}} or the row operator functions
#' @param all logical; print individual transformation matricies?
#' \code{\link{gaussianElimination}} or the row operator matrix functions
#' @param all logical; print individual transformation ies?
#' @param ... additional arguments
#' @return the transformation matrix or a list of individual transformation matricies
#' @return the transformation matrix or a list of individual transformation matrices
#' @seealso \code{\link{echelon}}, \code{\link{gaussianElimination}}
#' @family matrix of elementary row operations
#' @author Phil Chalmers
Expand All @@ -148,7 +148,7 @@ rowmult <- function(x, row, mult) {
#' (T <- buildTmat(Abt))
#' T %*% Ab # same as Abt
#'
#' # print all transformation matricies
#' # print all transformation matrices
#' buildTmat(Abt, TRUE)
#'
#' # invert transformation matrix to reverse operations
Expand Down
59 changes: 59 additions & 0 deletions inst/WORDLIST
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
adjoint
Adjoint
Beaton
carData
Cheung
cofactor
Cofactor
cofactors
Cofactors
collinear
dataEllipse
datatsets
decompositions
Dekker
Dempster
det
diag
diagonalizes
eigen
Eigen
eivenvalues
ERO
EROs
gaussianElimination
ginv
gramreg
Hotelling
Hotelling's
inv
Jarecki
matrixkit
mikewlcheung
orthogonalization
Orthogonalization
orthonormal
Orthonormalization
parallelpiped
partialled
Penrose
pseudoinverse
Rdoc
regvec
repo
req
revdep
rgl
Scazzocchio
subscripted
svd
thx
Thx
Timm
travis
underdetermined
useR
Vandermode
vectorize
Vectorize
Weiner

0 comments on commit 1fa9fd5

Please sign in to comment.