Blender  V3.3
svd.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 __EIGEN3_SVD_C_API_H__
9 #define __EIGEN3_SVD_C_API_H__
10 
11 #ifdef __cplusplus
12 extern "C" {
13 #endif
14 
16  const int size, const float *matrix, float *r_U, float *r_S, float *r_V);
17 
18 #ifdef __cplusplus
19 }
20 #endif
21 
22 #endif /* __EIGEN3_SVD_C_API_H__ */
static DBVT_INLINE btScalar size(const btDbvtVolume &a)
Definition: btDbvt.cpp:52
void EIG_svd_square_matrix(const int size, const float *matrix, float *r_U, float *r_S, float *r_V)
Definition: svd.cc:38