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

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Dirk Eddelbuettel
  • Date: 2013-09-29 16:03:43 UTC
  • mfrom: (1.1.7)
  • Revision ID: package-import@ubuntu.com-20130929160343-8ed4fww4vzoq8067
Tags: 0.3.920.1-1
* New upstream release

* debian/control: Tightened Build-Depends on r-cran-rcpp to (>= 0.10.5)

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
  
43
43
  inline ~subview();
44
44
  
 
45
  inline void operator=  (const eT val);
45
46
  inline void operator+= (const eT val);
46
47
  inline void operator-= (const eT val);
47
48
  inline void operator*= (const eT val);
190
191
  
191
192
  inline void operator= (const subview<eT>& x);
192
193
  inline void operator= (const subview_col& x);
 
194
  inline void operator= (const eT val);
193
195
  
194
196
  template<typename T1>
195
197
  inline void operator= (const Base<eT,T1>& x);
198
200
  arma_inline const Op<subview_col<eT>,op_htrans> ht() const;
199
201
  arma_inline const Op<subview_col<eT>,op_strans> st() const;
200
202
  
 
203
  inline void fill(const eT val);
 
204
  inline void zeros();
 
205
  inline void ones();
 
206
  
201
207
  arma_inline eT  at_alt    (const uword i) const;
202
208
  
203
209
  arma_inline eT& operator[](const uword i);
253
259
  
254
260
  inline void operator= (const subview<eT>& x);
255
261
  inline void operator= (const subview_row& x);
 
262
  inline void operator= (const eT val);
256
263
  
257
264
  template<typename T1>
258
265
  inline void operator= (const Base<eT,T1>& x);