$extrastylesheet
#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 398 of file type_tensor.h.
| libMesh::ConstTypeTensorColumn< T >::ConstTypeTensorColumn | ( | const TypeTensor< T > & | tensor, |
| unsigned int | j | ||
| ) | [inline] |
Definition at line 402 of file type_tensor.h.
| const T& libMesh::ConstTypeTensorColumn< T >::operator() | ( | const unsigned int | i | ) | const [inline] |
Return the
element of the tensor.
Definition at line 409 of file type_tensor.h.
References libMesh::ConstTypeTensorColumn< T >::_j, and libMesh::ConstTypeTensorColumn< T >::_tensor.
| const T& libMesh::ConstTypeTensorColumn< T >::slice | ( | const unsigned int | i | ) | const [inline] |
Definition at line 412 of file type_tensor.h.
References libMesh::ConstTypeTensorColumn< T >::_j, and libMesh::ConstTypeTensorColumn< T >::_tensor.
const unsigned int libMesh::ConstTypeTensorColumn< T >::_j [private] |
Definition at line 417 of file type_tensor.h.
Referenced by libMesh::ConstTypeTensorColumn< T >::operator()(), and libMesh::ConstTypeTensorColumn< T >::slice().
const TypeTensor<T>* libMesh::ConstTypeTensorColumn< T >::_tensor [private] |
Definition at line 416 of file type_tensor.h.
Referenced by libMesh::ConstTypeTensorColumn< T >::operator()(), and libMesh::ConstTypeTensorColumn< T >::slice().