Uses of Package
com.luchersol.core.specialized_checkers.math
Packages that use 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.
-
Classes in com.luchersol.core.specialized_checkers.math used by com.luchersol.core.specialized_checkers.mathClassDescriptionA 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
Polygoninstances, providing fluent API methods to assert properties of 2D polygonal shapes. -
Classes in com.luchersol.core.specialized_checkers.math used by com.luchersol.core.utilClassDescriptionA 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.