Classes | |
| class | KMeans |
Functions | |
| template<typename T > | |
| T | zero () |
| template<> | |
| float | zero< float > () |
| template<> | |
| double | zero< double > () |
| template<> | |
| int | zero< int > () |
| template<> | |
| long unsigned int | zero< long unsigned int > () |
| template<> | |
| unsigned int | zero< unsigned int > () |
| template<typename T > | |
| T | one () |
| template<> | |
| float | one< float > () |
| template<> | |
| double | one< double > () |
| template<> | |
| int | one< int > () |
| template<> | |
| unsigned int | one< unsigned int > () |
| template<typename T > | |
| T | two () |
| template<> | |
| float | two< float > () |
| template<> | |
| double | two< double > () |
| template<> | |
| int | two< int > () |
| template<> | |
| unsigned int | two< unsigned int > () |
| template<typename T > | |
| T | three () |
| template<> | |
| float | three< float > () |
| template<> | |
| double | three< double > () |
| template<> | |
| int | three< int > () |
| template<> | |
| unsigned int | three< unsigned int > () |
| template<typename T > | |
| T | four () |
| template<> | |
| float | four< float > () |
| template<> | |
| double | four< double > () |
| template<> | |
| int | four< int > () |
| template<> | |
| unsigned int | four< unsigned int > () |
| template<typename T > | |
| T | eight () |
| template<> | |
| float | eight< float > () |
| template<> | |
| double | eight< double > () |
| template<> | |
| int | eight< int > () |
| template<> | |
| unsigned int | eight< unsigned int > () |
| template<typename T > | |
| T | half () |
| template<> | |
| float | half< float > () |
| template<> | |
| double | half< double > () |
| template<typename T > | |
| T | pi () |
| template<typename T > | |
| T | pi_half () |
| template<typename T > | |
| T | pi_quarter () |
| template<typename T > | |
| T | highest () |
| template<typename T > | |
| T | lowest () |
| template<typename T > | |
| T | infinity () |
| template<typename T > | |
| T | degree () |
| template<typename T > | |
| T | radian () |
| bool | withness (int a, int n) |
| template<typename T > | |
| Vector3< T > const & | axis_x () |
| template<typename T > | |
| Vector3< T > const & | axis_y () |
| template<typename T > | |
| Vector3< T > const & | axis_z () |
| Vector3<T> const& OpenTissue::math::detail::axis_x | ( | ) | [inline] |
| Vector3<T> const& OpenTissue::math::detail::axis_y | ( | ) | [inline] |
| Vector3<T> const& OpenTissue::math::detail::axis_z | ( | ) | [inline] |
| T OpenTissue::math::detail::degree | ( | ) | [inline] |
| T OpenTissue::math::detail::eight | ( | ) | [inline] |
| double OpenTissue::math::detail::eight< double > | ( | ) | [inline] |
| float OpenTissue::math::detail::eight< float > | ( | ) | [inline] |
| int OpenTissue::math::detail::eight< int > | ( | ) | [inline] |
| unsigned int OpenTissue::math::detail::eight< unsigned int > | ( | ) | [inline] |
| T OpenTissue::math::detail::four | ( | ) | [inline] |
| double OpenTissue::math::detail::four< double > | ( | ) | [inline] |
| float OpenTissue::math::detail::four< float > | ( | ) | [inline] |
| int OpenTissue::math::detail::four< int > | ( | ) | [inline] |
| unsigned int OpenTissue::math::detail::four< unsigned int > | ( | ) | [inline] |
| T OpenTissue::math::detail::half | ( | ) | [inline] |
| double OpenTissue::math::detail::half< double > | ( | ) | [inline] |
| float OpenTissue::math::detail::half< float > | ( | ) | [inline] |
| T OpenTissue::math::detail::highest | ( | ) | [inline] |
| T OpenTissue::math::detail::infinity | ( | ) | [inline] |
| T OpenTissue::math::detail::lowest | ( | ) | [inline] |
| T OpenTissue::math::detail::one | ( | ) | [inline] |
| double OpenTissue::math::detail::one< double > | ( | ) | [inline] |
| float OpenTissue::math::detail::one< float > | ( | ) | [inline] |
| int OpenTissue::math::detail::one< int > | ( | ) | [inline] |
| unsigned int OpenTissue::math::detail::one< unsigned int > | ( | ) | [inline] |
| T OpenTissue::math::detail::pi | ( | ) | [inline] |
| T OpenTissue::math::detail::pi_half | ( | ) | [inline] |
| T OpenTissue::math::detail::pi_quarter | ( | ) | [inline] |
| T OpenTissue::math::detail::radian | ( | ) | [inline] |
| T OpenTissue::math::detail::three | ( | ) | [inline] |
| double OpenTissue::math::detail::three< double > | ( | ) | [inline] |
| float OpenTissue::math::detail::three< float > | ( | ) | [inline] |
| int OpenTissue::math::detail::three< int > | ( | ) | [inline] |
| unsigned int OpenTissue::math::detail::three< unsigned int > | ( | ) | [inline] |
| T OpenTissue::math::detail::two | ( | ) | [inline] |
| double OpenTissue::math::detail::two< double > | ( | ) | [inline] |
| float OpenTissue::math::detail::two< float > | ( | ) | [inline] |
| int OpenTissue::math::detail::two< int > | ( | ) | [inline] |
| unsigned int OpenTissue::math::detail::two< unsigned int > | ( | ) | [inline] |
| bool OpenTissue::math::detail::withness | ( | int | a, | |
| int | n | |||
| ) | [inline] |
Used exclusively by the Miller-Rabin algorithm. It is essential the same as modular exponentiation a raised to n-1 modulo n.
This "version" is specialized to test for notrivial square roots of 1.
| T OpenTissue::math::detail::zero | ( | ) | [inline] |
| double OpenTissue::math::detail::zero< double > | ( | ) | [inline] |
| float OpenTissue::math::detail::zero< float > | ( | ) | [inline] |
| int OpenTissue::math::detail::zero< int > | ( | ) | [inline] |
| long unsigned int OpenTissue::math::detail::zero< long unsigned int > | ( | ) | [inline] |
| unsigned int OpenTissue::math::detail::zero< unsigned int > | ( | ) | [inline] |
1.7.1