PLSSVM - Parallel Least Squares Support Vector Machine
2.0.0
A Least Squares Support Vector Machine implementation using different backends.
|
This is the complete list of members for plssvm::default_value< T >, including all inherited members.
default_init_ | plssvm::default_value< T > | private |
default_value(default_init< value_type > default_val=default_init< value_type >{}) noexcept(std::is_nothrow_move_constructible_v< value_type >) | plssvm::default_value< T > | inlineexplicit |
default_value(const default_value< U > &other) noexcept(std::is_nothrow_copy_constructible_v< U >) | plssvm::default_value< T > | inlineexplicit |
default_value(default_value< U > &&other) noexcept(std::is_nothrow_move_constructible_v< U >) | plssvm::default_value< T > | inlineexplicit |
get_default() const noexcept | plssvm::default_value< T > | inline |
is_default() const noexcept | plssvm::default_value< T > | inline |
operator const value_type &() const noexcept | plssvm::default_value< T > | inline |
operator=(value_type non_default_val) noexcept(std::is_nothrow_move_assignable_v< value_type >) | plssvm::default_value< T > | inline |
operator=(const default_value< U > &other) noexcept(std::is_nothrow_copy_assignable_v< U >) | plssvm::default_value< T > | inline |
operator=(default_value< U > &&other) noexcept(std::is_nothrow_move_assignable_v< U >) | plssvm::default_value< T > | inline |
reset() noexcept | plssvm::default_value< T > | inline |
swap(default_value &other) noexcept(std::is_nothrow_swappable_v< T >) | plssvm::default_value< T > | inline |
use_default_init_ | plssvm::default_value< T > | private |
value() const noexcept | plssvm::default_value< T > | inline |
value_ | plssvm::default_value< T > | private |
value_type typedef | plssvm::default_value< T > |