#include <op_sort_bones.hpp>
Static Public Member Functions | |
template<typename T1 > | |
static void | apply (Mat< typename T1::elem_type > &out, const Op< T1, op_sort > &in) |
template<typename eT > | |
static void | copy_row (eT *X, const Mat< eT > &A, const uword row) |
template<typename eT > | |
static void | copy_row (Mat< eT > &A, const eT *X, const uword row) |
template<typename eT > | |
static void | direct_sort (eT *X, const uword N, const uword sort_type=0) |
Definition at line 19 of file op_sort_bones.hpp.