![]() |
QMCPACK
|
Public Types | |
enum | { DIM = scalar_traits<T>::DIM } |
using | pointer = typename container_proxy< T >::pointer |
Public Member Functions | |
container_proxy (Matrix< T > &a) | |
size_t | size () const |
pointer | data () |
template<typename I > | |
void | resize (I *n, int d) |
Public Attributes | |
Matrix< T > & | ref |
Definition at line 193 of file container_proxy.h.
using pointer = typename container_proxy<T>::pointer |
Definition at line 199 of file container_proxy.h.
anonymous enum |
|
inline |
Definition at line 201 of file container_proxy.h.
|
inline |
Definition at line 203 of file container_proxy.h.
References scalar_traits< T >::get_address(), and container_proxy< T >::ref.
|
inline |
Definition at line 205 of file container_proxy.h.
References qmcplusplus::n, and container_proxy< T >::ref.
|
inline |
Matrix<T>& ref |
Definition at line 200 of file container_proxy.h.