Static Public Member Functions | List of all members
access Class Reference

#include <access.hpp>

Static Public Member Functions

template<typename T1 >
static arma_inline T1 & rw (const T1 &x)
 internal function to allow modification of data declared as read-only More...
 
template<typename eT >
static arma_inline const eT & tmp_real (const eT &X)
 internal function to obtain the real part of either a plain number or a complex number More...
 
template<typename T >
static arma_inline const T tmp_real (const std::complex< T > &X)
 

Detailed Description

Definition at line 18 of file access.hpp.

Member Function Documentation

template<typename T1 >
static arma_inline T1& access::rw ( const T1 &  x)
inlinestatic

internal function to allow modification of data declared as read-only

Definition at line 23 of file access.hpp.

template<typename eT >
static arma_inline const eT& access::tmp_real ( const eT &  X)
inlinestatic

internal function to obtain the real part of either a plain number or a complex number

Definition at line 26 of file access.hpp.

template<typename T >
static arma_inline const T access::tmp_real ( const std::complex< T > &  X)
inlinestatic

Definition at line 27 of file access.hpp.


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


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