Blender V4.3
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
9#ifndef __EIGEN_C_API_H__
10#define __EIGEN_C_API_H__
11
12#include "intern/eigenvalues.h"
14#include "intern/matrix.h"
15#include "intern/svd.h"
16
17#endif /* __EIGEN_C_API_H__ */