Blender  V3.3
eigen_capi.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-or-later
2  * Copyright 2015 Blender Foundation. All rights reserved. */
3 
8 #ifndef __EIGEN_C_API_H__
9 #define __EIGEN_C_API_H__
10 
11 #include "intern/eigenvalues.h"
12 #include "intern/linear_solver.h"
13 #include "intern/matrix.h"
14 #include "intern/svd.h"
15 
16 #endif /* __EIGEN_C_API_H__ */