Static Public Attributes | List of all members
op_strans::pos< do_flip, row, col > Struct Template Reference

#include <op_strans_bones.hpp>

Static Public Attributes

static const uword n2 = (do_flip == false) ? (row + col*2) : (col + row*2)
 
static const uword n3 = (do_flip == false) ? (row + col*3) : (col + row*3)
 
static const uword n4 = (do_flip == false) ? (row + col*4) : (col + row*4)
 

Detailed Description

template<const bool do_flip, const uword row, const uword col>
struct op_strans::pos< do_flip, row, col >

Definition at line 25 of file op_strans_bones.hpp.

Member Data Documentation

template<const bool do_flip, const uword row, const uword col>
const uword op_strans::pos< do_flip, row, col >::n2 = (do_flip == false) ? (row + col*2) : (col + row*2)
static

Definition at line 27 of file op_strans_bones.hpp.

template<const bool do_flip, const uword row, const uword col>
const uword op_strans::pos< do_flip, row, col >::n3 = (do_flip == false) ? (row + col*3) : (col + row*3)
static

Definition at line 28 of file op_strans_bones.hpp.

template<const bool do_flip, const uword row, const uword col>
const uword op_strans::pos< do_flip, row, col >::n4 = (do_flip == false) ? (row + col*4) : (col + row*4)
static

Definition at line 29 of file op_strans_bones.hpp.


The documentation for this struct was generated from the following file:


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