Package: LinkedMatrix
Version: 1.0.0
License: MIT + file LICENSE
Title: Column-Linked and Row-Linked Matrices
Description: Matrices implemented as collections of matrix-like nodes, linked by
    columns or rows.
Authors@R: c(
    person("Gustavo", "de los Campos", email = "gustavoc@msu.edu", role = c("aut")),
    person("Alexander", "Grueneberg", email = "alexander.grueneberg@googlemail.com", role = c("aut", "cre")))
URL: https://github.com/QuantGen/LinkedMatrix
BugReports: https://github.com/QuantGen/LinkedMatrix/issues
Imports: methods
Suggests: testthat
Collate: 'ColumnLinkedMatrix.R' 'RowLinkedMatrix.R' 'LinkedMatrix.R'
        'package.R'
NeedsCompilation: no
Packaged: 2015-10-21 19:50:03 UTC; agrueneberg
Author: Gustavo de los Campos [aut],
  Alexander Grueneberg [aut, cre]
Maintainer: Alexander Grueneberg <alexander.grueneberg@googlemail.com>
Repository: CRAN
Date/Publication: 2015-10-22 08:24:07
