Package org.djunits.util


package org.djunits.util
General utilities for djunits.

Copyright (c) 2025-2026 Delft University of Technology, Jaffalaan 5, 2628 BX Delft, the Netherlands. All rights reserved. See for project information https://djunits.org. The DJUNITS project is distributed under a three-clause BSD-style license.

Author:
Alexander Verbraeck
  • Class
    Description
    Utility methods for element-wise arithmetic on primitive double[] arrays.
    Various physical constants.
    Math2 contains a few utility methods that are missing in the Math package.
    MatrixMath implements a number of methods for linear algebra operations on square matrices, such as LU decomposition, inverse, trace, etc.
    Helper class for LU decomposition with partial pivoting.
    SuppressFBWarnings allows to suppress FindBug warnings without any library imports.