Uses of Package
com.luchersol.core.specialized_checkers.math

Package
Description
Specialized checkers for mathematical and array-based operations.
Core utility classes and base abstractions for the Checker framework.
  • Class
    Description
    A specialized checker for array instances, providing fluent API methods to assert various properties such as emptiness, sorting order (ascending/descending), element matching conditions, and percentage-based validations.
    A specialized checker for matrix (2D array) instances, providing fluent API methods to assert structural and algebraic properties, such as emptiness, squareness, identity, diagonal, triangular, symmetric, orthogonal, invertibility, eigenvalue-based validations, and rank conditions.
    A specialized checker for Polygon instances, providing fluent API methods to assert properties of 2D polygonal shapes.
  • Class
    Description
    A specialized checker for array instances, providing fluent API methods to assert various properties such as emptiness, sorting order (ascending/descending), element matching conditions, and percentage-based validations.
    A specialized checker for matrix (2D array) instances, providing fluent API methods to assert structural and algebraic properties, such as emptiness, squareness, identity, diagonal, triangular, symmetric, orthogonal, invertibility, eigenvalue-based validations, and rank conditions.