File: vector4.out

package info (click to toggle)
igraph 0.10.2%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 16,176 kB
  • sloc: ansic: 121,500; cpp: 21,699; xml: 2,734; python: 411; makefile: 147; javascript: 20; sh: 9
file content (28 lines) | stat: -rw-r--r-- 883 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Taking sum of squares of empty vector:
0
Taking sum of squares of vector with NaN:
NaN
Taking sum of squares of vector:
30
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--