Blender
V3.3
intern
eigen
intern
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
15
void
EIG_svd_square_matrix
(
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__ */
size
static DBVT_INLINE btScalar size(const btDbvtVolume &a)
Definition:
btDbvt.cpp:52
EIG_svd_square_matrix
void EIG_svd_square_matrix(const int size, const float *matrix, float *r_U, float *r_S, float *r_V)
Definition:
svd.cc:38
Generated on Sat Jul 27 2024 14:57:55 for Blender by
doxygen
1.9.1