2022-02-11 09:07:11 +11:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
|
* Copyright 2015 Blender Foundation. All rights reserved. */
|
2015-07-13 17:40:06 +02:00
|
|
|
|
2021-12-14 18:35:31 +11:00
|
|
|
/** \file
|
|
|
|
|
* \ingroup intern_eigen
|
|
|
|
|
*/
|
|
|
|
|
|
2015-12-10 01:18:01 +01:00
|
|
|
#ifndef __EIGEN_C_API_H__
|
|
|
|
|
#define __EIGEN_C_API_H__
|
2015-07-13 17:40:06 +02:00
|
|
|
|
|
|
|
|
#include "intern/eigenvalues.h"
|
2015-11-24 20:42:10 +01:00
|
|
|
#include "intern/linear_solver.h"
|
2018-05-31 16:36:20 +02:00
|
|
|
#include "intern/matrix.h"
|
2015-10-09 20:55:15 +02:00
|
|
|
#include "intern/svd.h"
|
2015-07-13 17:40:06 +02:00
|
|
|
|
2015-12-10 01:18:01 +01:00
|
|
|
#endif /* __EIGEN_C_API_H__ */
|