This file is indexed.

/usr/include/sc/math/scmat/disthql.h is in libsc-dev 2.3.1-18build1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
#ifndef _math_scmat_disthql_h
#define _math_scmat_disthql_h

#include <util/group/message.h>

namespace sc {

void dist_diagonalize(int n, int m, double *a, double *d, double *v,
                      const Ref<MessageGrp> &);

}

#endif