com.powsybl.math.matrix.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of powsybl-math Show documentation
Show all versions of powsybl-math Show documentation
A set of mathematical utilities
The newest version!
/**
* This package contains utility classes around matrix modelling and LU decomposition. It is based on well known
* underlying libraries.
*
* - Jama for dense matrix: only intended to be used for
* small matrices and unit testing.
*
* - SuiteSparse KLU for sparse matrix: can be used
* with large sparse data
*
*/
package com.powsybl.math.matrix;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy