![]()  | 
  
    QMCPACK
    
   | 
 
 Inheritance diagram for Array< T, 1, base_type >:
 Collaboration diagram for Array< T, 1, base_type >:Public Types | |
| using | sizes_type = decltype(std::declval< base_type const & >().sizes()) | 
Public Member Functions | |
| Array & | operator= (const T t) | 
| auto | rows () const | 
| sizes_type | shape () const | 
| void | resize (sizes_type sizes) | 
| void | resizeAndPreserve (sizes_type sizes) | 
| std::ptrdiff_t | extent (int d) const | 
| template<class... Ints> | |
| void | resize (Ints... ns) | 
| base_type::element_ptr | data () | 
| base_type::element_const_ptr | data () const | 
Friends | |
| Array | operator- (Array const &a, Array const &b) | 
| Array | operator+ (Array const &a, Array const &b) | 
| Array | operator* (T const &t, Array const &a) | 
| using sizes_type = decltype(std::declval<base_type const&>().sizes()) | 
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline | 
Definition at line 146 of file Blitz.h.
References Array< T, D, ALLOC >::resizeAndPreserve().
      
  | 
  inline | 
Definition at line 159 of file Blitz.h.
References qmcplusplus::Units::time::ns.
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline |