Blender  V3.3
algorithm.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: Apache-2.0
2  * Copyright 2011-2022 Blender Foundation */
3 
4 #ifndef __UTIL_ALGORITHM_H__
5 #define __UTIL_ALGORITHM_H__
6 
7 #include <algorithm>
8 
10 
11 using std::remove;
12 using std::sort;
13 using std::stable_sort;
14 using std::swap;
15 
17 
18 #endif /* __UTIL_ALGORITHM_H__ */
void swap(T &a, T &b)
Definition: Common.h:19
void sort(btMatrix3x3 &U, btVector3 &sigma, btMatrix3x3 &V, int t)
Helper function of 3X3 SVD for sorting singular values.
#define CCL_NAMESPACE_END
Definition: cuda/compat.h:9
bool remove(void *owner, const AttributeIDRef &attribute_id)