#include <type_tensor.h>
Public Member Functions | |
| ConstTypeTensorColumn (const TypeTensor< T > &tensor, unsigned int j) | |
| const T & | operator() (const unsigned int i) const | 
| const T & | slice (const unsigned int i) const | 
Private Attributes | |
| const TypeTensor< T > * | _tensor | 
| const unsigned int | _j | 
Definition at line 37 of file type_tensor.h.
      
  | 
  inline | 
Definition at line 482 of file type_tensor.h.
      
  | 
  inline | 
Return the 
 element of the tensor. 
Definition at line 489 of file type_tensor.h.
References libMesh::ConstTypeTensorColumn< T >::_j, and libMesh::ConstTypeTensorColumn< T >::_tensor.
      
  | 
  inline | 
Definition at line 492 of file type_tensor.h.
References libMesh::ConstTypeTensorColumn< T >::_j, and libMesh::ConstTypeTensorColumn< T >::_tensor.
      
  | 
  private | 
Definition at line 497 of file type_tensor.h.
Referenced by libMesh::ConstTypeTensorColumn< T >::operator()(), and libMesh::ConstTypeTensorColumn< T >::slice().
      
  | 
  private | 
Definition at line 496 of file type_tensor.h.
Referenced by libMesh::ConstTypeTensorColumn< T >::operator()(), and libMesh::ConstTypeTensorColumn< T >::slice().