~ubuntu-branches/ubuntu/utopic/r-cran-rcpparmadillo/utopic

« back to all changes in this revision

Viewing changes to inst/include/armadillo_bits/op_strans_bones.hpp

  • Committer: Package Import Robot
  • Author(s): Dirk Eddelbuettel
  • Date: 2013-12-09 18:13:21 UTC
  • mfrom: (1.1.9)
  • Revision ID: package-import@ubuntu.com-20131209181321-cc9ycvs53xfiz5ow
Tags: 0.3.930.1-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
    };
26
26
  
27
27
  template<typename eT, typename TA>
28
 
  arma_hot inline static void apply_noalias_tinysq(Mat<eT>& out, const TA& A);
29
 
  
30
 
  template<typename eT, typename TA>
31
 
  arma_hot inline static void apply_noalias(Mat<eT>& out, const TA& A);
32
 
  
33
 
  template<typename eT, typename TA>
34
 
  arma_hot inline static void apply(Mat<eT>& out, const TA& A);
 
28
  arma_hot inline static void apply_mat_noalias_tinysq(Mat<eT>& out, const TA& A);
 
29
  
 
30
  template<typename eT, typename TA>
 
31
  arma_hot inline static void apply_mat_noalias(Mat<eT>& out, const TA& A);
 
32
  
 
33
  template<typename eT>
 
34
  arma_hot inline static void apply_mat_inplace(Mat<eT>& out);
 
35
  
 
36
  template<typename eT, typename TA>
 
37
  arma_hot inline static void apply_mat(Mat<eT>& out, const TA& A);
35
38
  
36
39
  template<typename T1>
37
40
  arma_hot inline static void apply_proxy(Mat<typename T1::elem_type>& out, const T1& X);