Skip to content

Commit

Permalink
add backsolve example
Browse files Browse the repository at this point in the history
  • Loading branch information
wrathematics committed Nov 29, 2017
1 parent 4c3c56f commit 546cb1f
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
8 changes: 8 additions & 0 deletions R/backsolve.r
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,14 @@
#' Should the transposed coefficients matrix be used? More efficient than
#' manually transposing with \code{t()}.
#'
#' @examples
#' library(float)
#'
#' s = flrunif(10, 3)
#' cp = crossprod(s)
#' y = fl(1:3)
#' backsolve(cp, y)
#'
#' @name backsolve
#' @rdname backsolve
NULL
Expand Down
9 changes: 9 additions & 0 deletions man/backsolve.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 546cb1f

Please sign in to comment.