Skip to content

Commit

Permalink
updating package description and documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
rocanale committed Nov 25, 2016
1 parent 144004d commit a8fa054
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 15 deletions.
7 changes: 4 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
Package: RElem
Type: Package
Title: RElem : Distributed parallel linear algebra through Elemental www.libelemental.org
Title: Distributed Parallel Linear Algebra Through Elemental (Libelemental.org)
Version: 0.02.0874
Date: 2016.11.24
Date: 2016-11-25
Author: Rodrigo Canales
Maintainer: Rodrigo Canales <[email protected]>
Description: Wrappers to use Elemental library (0.87.4), allowing distributed parallel computations using native R syntax.
License: MIT
License: MIT | file LICENSE
URL: https://github.com/HPAC/RElem
Collate:
Environment.R
Classes.R
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2014 Rodrigo Canales
Copyright (c) 2016 Rodrigo Canales

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
8 changes: 4 additions & 4 deletions R/Functions.R
Original file line number Diff line number Diff line change
Expand Up @@ -830,7 +830,7 @@ Copy<-function(MatrixA, MatrixB){
#' @param side "L" or "R" (input), indicating whether the diagonal matrix is on the
#' left or right side
#' @param Matrixd an Elemental 1-D matrix (input)
#' @param MatrixA an Elemental matrix (input, output)
#' @param MatrixX an Elemental matrix (input, output)
#' @param orientation indicates whether MatrixX is transposed or no (input).
#' Possible values "N" or "T" Normal or Transposed
#'
Expand Down Expand Up @@ -1294,7 +1294,7 @@ Swap<-function(orientation, MatrixX, MatrixY){
#'
#' @param MatrixA an Elemental matrix (input, output)
#' @param to row destination (input) 0-indexed
#' @param to row origin (input) 0-indexed
#' @param from row origin (input) 0-indexed
#'
#' @return None
#'
Expand All @@ -1309,7 +1309,7 @@ RowSwap<-function(MatrixA, to, from){
#'
#' @param MatrixA an Elemental matrix (input, output)
#' @param to col destination (input) 0-indexed
#' @param to col origin (input) 0-indexed
#' @param from col origin (input) 0-indexed
#'
#' @return None
#'
Expand Down Expand Up @@ -1456,7 +1456,7 @@ Atan<-function(MatrixA){
#'
#' Performs the operation `y = aAx + by` on Elemental matrices
#'
#' @param orientation indicates whether matrixA is transposed or no (input).
#' @param orientationA indicates whether matrixA is transposed or no (input).
#' Possible values "N" or "T" Normal or Transposed
#' @param alpha Scalar that multiplies the matrix vector product(input)
#' @param MatrixA an Elemental matrix (input)
Expand Down
2 changes: 1 addition & 1 deletion man/ColSwap.Rd

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

4 changes: 2 additions & 2 deletions man/DiagonalScale.Rd

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

6 changes: 3 additions & 3 deletions man/Gemv.Rd

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

2 changes: 1 addition & 1 deletion man/RowSwap.Rd

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

0 comments on commit a8fa054

Please sign in to comment.