CRAN

Matrix 1.2-17

Sparse and Dense Matrix Classes and Methods

Released Mar 22, 2019 by Martin Maechler

This package can be loaded by Renjin but 55 out 126 tests failed.

Dependencies

lattice 0.20-38

A rich hierarchy of matrix classes, including triangular, symmetric, and diagonal matrices, both dense and sparse and with pattern, logical and numeric entries. Numerous methods for and operations on these matrices, using 'LAPACK' and 'SuiteSparse' libraries.

Installation

Maven

This package can be included as a dependency from a Java or Scala project by including the following your project's pom.xml file. Read more about embedding Renjin in JVM-based projects.

<dependencies>
  <dependency>
    <groupId>org.renjin.cran</groupId>
    <artifactId>Matrix</artifactId>
    <version>1.2-17-b8</version>
  </dependency>
</dependencies>
<repositories>
  <repository>
    <id>bedatadriven</id>
    <name>bedatadriven public repo</name>
    <url>https://nexus.bedatadriven.com/content/groups/public/</url>
  </repository>
</repositories>

View build log

Renjin CLI

If you're using Renjin from the command line, you load this library by invoking:

library('org.renjin.cran:Matrix')

Test Results

This package was last tested against Renjin 3.5-beta60 on Jul 23, 2019.

Source

R
C

View GitHub Mirror

Release History