Skip to content

ph matrix

Philip Helger edited this page Apr 8, 2026 · 3 revisions

Simple library for matrix data structures and operations, including standard matrix decompositions.

Highlights:

  • Matrix - double-precision matrix with arithmetic operations
  • MatrixInt - integer matrix
  • Decompositions: CholeskyDecomposition, EigenvalueDecomposition, LUDecomposition, QRDecomposition, SingularValueDecomposition

Maven usage

Add the following to your pom.xml to use this artifact:

<dependency>
  <groupId>com.helger.commons</groupId>
  <artifactId>ph-matrix</artifactId>
  <version>x.y.z</version>
</dependency>

Note: the Maven groupId changed in v10 from com.helger to com.helger.commons

Clone this wiki locally