-
Notifications
You must be signed in to change notification settings - Fork 19
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
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
On Twitter: Follow @philiphelger
Donation link: https://paypal.me/PhilipHelger
It is appreciated if you star the GitHub project if you like it.
-
Home
- ph-annotations
- ph-base
- ph-bc
- ph-cache
- ph-cli
- ph-collection
- ph-commons
- ph-config
- ph-config-json
- ph-csv
- ph-dao
- ph-datetime
- ph-diagnostics
- ph-graph
- ph-http
- ph-io
- ph-jaxb
- ph-jaxb-adapter
- ph-json
- ph-matrix
- ph-mime
- ph-scopes
- ph-security
- ph-settings
- ph-statistics
- ph-telemetry
- ph-text
- ph-tree
- ph-typeconvert
- ph-unittest-support
- ph-unittest-support-ext
- ph-url
- ph-wsclient
- ph-xml
- News and noteworthy
- License
- History