All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.powsybl.math.matrix.package-info Maven / Gradle / Ivy

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