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

« back to all changes in this revision

Viewing changes to inst/include/armadillo_bits/diagview_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:
81
81
  inline void fill(const eT val);
82
82
  inline void zeros();
83
83
  inline void ones();
84
 
  
 
84
  inline void randu();
 
85
  inline void randn();
 
86
    
85
87
  inline static void extract(Mat<eT>& out, const diagview& in);
86
88
  
87
89
  inline static void  plus_inplace(Mat<eT>& out, const diagview& in);