|
template<typename InputRow , typename DestRow , typename Dummy > |
void | paal::detail::copy_row_to_matrix (InputRow &&input_row, DestRow &dest_matrix_row, Dummy, std::true_type) |
|
template<typename InputRow , typename DestRow > |
void | paal::detail::copy_row_to_matrix (InputRow &&input_row, DestRow &dest_matrix_row, std::false_type, std::false_type) |
|
template<typename InputRow , typename DestRow > |
void | paal::detail::copy_row_to_matrix (InputRow &&input_row, DestRow &dest_matrix_row, std::true_type, std::false_type) |
|
template<typename InputRow , typename DestRow > |
void | paal::detail::copy_row_to_matrix (InputRow &&input_row, DestRow &dest_matrix_row) |
|
template<typename Matrix > |
auto | paal::make_frequent_directions (Matrix matrix) |
| make for frequent_directions
|
|
template<typename Matrix > |
auto | paal::make_frequent_directions (Matrix matrix, std::size_t const compress_size) |
| make for frequent_directions with compress_size
|
|
template<typename CoordinateType > |
auto | paal::make_frequent_directions (std::size_t rows_count, std::size_t columns_count) |
| make for frequent_directions using default matrix
|
|
template<typename CoordinateType > |
auto | paal::make_frequent_directions (std::size_t rows_count, std::size_t columns_count, std::size_t const compress_size) |
| make for frequent_directions using default matrix and compress_size
|
|
- Author
- Tomasz Strozak
- Version
- 1.0
- Date
- 2014-11-26
Definition in file frequent_directions.hpp.