Blender V5.0
eigen_capi.h
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2015 Blender Authors
2 *
3 * SPDX-License-Identifier: GPL-2.0-or-later */
4
8
9#ifndef __EIGEN_C_API_H__
10#define __EIGEN_C_API_H__
11
12#include "intern/eigenvalues.h" // IWYU pragma: export
13#include "intern/linear_solver.h" // IWYU pragma: export
14#include "intern/matrix.h" // IWYU pragma: export
15#include "intern/svd.h" // IWYU pragma: export
16
17#endif /* __EIGEN_C_API_H__ */