Module rulinalg::macros [] [src]

Macros for the linear algebra modules.

Structs

AbsoluteElementwiseComparator

The abs comparator used with assert_matrix_eq!.

ExactElementwiseComparator

The exact comparator used with assert_matrix_eq!.

FloatElementwiseComparator

The float comparator used with assert_matrix_eq!.

UlpElementwiseComparator

The ulp comparator used with assert_matrix_eq!.

Traits

ElementwiseComparator

Trait that describes elementwise comparators for assert_matrix_eq!.