|
Stratax
Scientific computing containers and operations
|
Go to the source code of this file.
Functions | |
| template<Array A> | |
| bool | operator== (const A &lhs, const A &rhs) |
| Compares two array-like containers for exact equality. | |
| template<Array A> | |
| bool | operator!= (const A &lhs, const A &rhs) |
| Compares two array-like containers for inequality. | |
|
nodiscard |
Compares two array-like containers for inequality.
| A | Array type satisfying the Stratax array concept. |
| lhs | Left-hand operand. |
| rhs | Right-hand operand. |
Definition at line 48 of file Comparison.hpp.
|
nodiscard |
Compares two array-like containers for exact equality.
| A | Array type satisfying the Stratax array concept. |
| lhs | Left-hand operand. |
| rhs | Right-hand operand. |
Definition at line 17 of file Comparison.hpp.
References stratax::core::validation::same_shape().