CRAN

jointDiag 0.3

Joint Approximate Diagonalization of a Set of Square Matrices

Released Sep 9, 2017 by Cedric Gouy-Pailler

This package can be loaded by Renjin but 3 out 6 tests failed.

Different algorithms to perform approximate joint diagonalization of a finite set of square matrices. Depending on the algorithm, orthogonal or non-orthogonal diagonalizer is found. These algorithms are particularly useful in the context of blind source separation.

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>jointDiag</artifactId>
    <version>0.3-b15</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:jointDiag')

Test Results

This package was last tested against Renjin 0.9.2644 on Jun 1, 2018.

Source

R
C

View GitHub Mirror

Release History