This file is indexed.

/usr/include/vmmlib/lapack.hpp is in libvmmlib-dev 1.0-2.

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
#ifndef __VMML__VMMLIB_LAPACK__HPP__
#define __VMML__VMMLIB_LAPACK__HPP__

#include <vmmlib/lapack_svd.hpp>
#include <vmmlib/lapack_linear_least_squares.hpp>

#endif