Classes | Functions
Op_sort

Classes

class  arma_ascend_sort_helper< eT >
 
class  arma_ascend_sort_helper< std::complex< T > >
 
class  arma_descend_sort_helper< eT >
 
class  arma_descend_sort_helper< std::complex< T > >
 
class  op_sort
 

Functions

template<typename T1 >
static void op_sort::apply (Mat< typename T1::elem_type > &out, const Op< T1, op_sort > &in)
 
template<typename eT >
static void op_sort::copy_row (eT *X, const Mat< eT > &A, const uword row)
 
template<typename eT >
static void op_sort::copy_row (Mat< eT > &A, const eT *X, const uword row)
 
template<typename eT >
static void op_sort::direct_sort (eT *X, const uword N, const uword sort_type=0)
 

Detailed Description

Function Documentation

template<typename T1 >
void op_sort::apply ( Mat< typename T1::elem_type > &  out,
const Op< T1, op_sort > &  in 
)
inlinestatic

Definition at line 155 of file op_sort_meat.hpp.

template<typename eT >
void op_sort::copy_row ( eT *  X,
const Mat< eT > &  A,
const uword  row 
)
inlinestatic

Definition at line 109 of file op_sort_meat.hpp.

template<typename eT >
void op_sort::copy_row ( Mat< eT > &  A,
const eT *  X,
const uword  row 
)
inlinestatic

Definition at line 132 of file op_sort_meat.hpp.

template<typename eT >
void op_sort::direct_sort ( eT *  X,
const uword  N,
const uword  sort_type = 0 
)
inlinestatic

Definition at line 86 of file op_sort_meat.hpp.



armadillo_matrix
Author(s):
autogenerated on Fri Apr 16 2021 02:32:00