Files
agent_compositor_test/references/igraph-1.0.1/tests/unit/vector4.out
T
Abdelrahman Said a11edf0c53 Add graph references
2026-06-28 13:49:01 +01:00

23 lines
760 B
Plaintext

Checking if vector is equal to itself:
1
Checking if vector is equal to other vector:
0
Checking if all elements of vector are less than its own elements:
0
Checking if all elements of vector are less than vector with nan:
0
Checking if all elements of vector are less than vector with smaller elements:
0
Checking if all elements of vector are less than vector with larger elements:
1
Checking if all elements of vector are greater than its own elements:
0
Checking if all elements of vector are greater than vector with nan:
0
Checking if all elements of vector are greater than vector with smaller elements:
1
Checking if all elements of vector are greater than vector with larger elements:
0
Checking vector_printf without nans:
-- 1-- -- 5-- -- 2--