Skip to content

Latest commit

 

History

History
54 lines (37 loc) · 765 Bytes

matrix_ordering.rst

File metadata and controls

54 lines (37 loc) · 765 Bytes

Matrix Ordering

Argmax

#include <raft/matrix/argmax.cuh>

namespace raft::matrix

.. doxygengroup:: argmax
    :project: RAFT
    :members:
    :content-only:

Argmin

#include <raft/matrix/argmin.cuh>

namespace raft::matrix

.. doxygengroup:: argmin
    :project: RAFT
    :members:
    :content-only:

Select-K

#include <raft/matrix/select_k.cuh>

namespace raft::matrix

.. doxygengroup:: select_k
    :project: RAFT
    :members:
    :content-only:

Column-wise Sort

#include <raft/matrix/col_wise_sort.cuh>

namespace raft::matrix

.. doxygengroup:: col_wise_sort
    :project: RAFT
    :members:
    :content-only: