Go to the source code of this file.
|
| template<typename T > |
| absl::Status | CheckIdsAndValuesSize (const SparseVectorView< T > &vector_view, absl::string_view value_name="values") |
| |
| template<typename T , typename = std::enable_if_t<!std::is_floating_point<T>::value>> |
| absl::Status | CheckValues (const SparseVectorView< T > &vector_view, absl::string_view value_name="values") |
| |
| template<typename T , typename = std::enable_if_t<!std::is_floating_point<T>::value>> |
| absl::Status | CheckIdsAndValues (const SparseVectorView< T > &vector_view, absl::string_view value_name="values") |
| |
| template<typename T , typename = std::enable_if_t<std::is_floating_point<T>::value>> |
| absl::Status | CheckValues (const SparseVectorView< T > &vector_view, const DoubleOptions &options, absl::string_view value_name="values") |
| |
| template<typename T , typename = std::enable_if_t<std::is_floating_point<T>::value>> |
| absl::Status | CheckIdsAndValues (const SparseVectorView< T > &vector_view, const DoubleOptions &options, absl::string_view value_name="values") |
| |