libMesh::TypeTensorColumn< T > Class Template Reference
#include <type_tensor.h>
Public Member Functions | |
| TypeTensorColumn (TypeTensor< T > &tensor, unsigned int j) | |
| T & | operator() (const unsigned int i) |
| T & | slice (const unsigned int i) |
| TypeTensorColumn< T > & | operator= (const TypeVector< T > &rhs) |
Private Attributes | |
| TypeTensor< T > * | _tensor |
| const unsigned int | _j |
Detailed Description
template<typename T>
class libMesh::TypeTensorColumn< T >
Definition at line 358 of file type_tensor.h.
Constructor & Destructor Documentation
| libMesh::TypeTensorColumn< T >::TypeTensorColumn | ( | TypeTensor< T > & | tensor, | |
| unsigned int | j | |||
| ) | [inline] |
Definition at line 362 of file type_tensor.h.
Member Function Documentation
| T& libMesh::TypeTensorColumn< T >::operator() | ( | const unsigned int | i | ) | [inline] |
Return a writeable reference to the
element of the tensor.
Definition at line 370 of file type_tensor.h.
References libMesh::TypeTensorColumn< T >::_j, and libMesh::TypeTensorColumn< T >::_tensor.
| TypeTensorColumn<T>& libMesh::TypeTensorColumn< T >::operator= | ( | const TypeVector< T > & | rhs | ) | [inline] |
Assign values to this column of the tensor.
Definition at line 379 of file type_tensor.h.
| T& libMesh::TypeTensorColumn< T >::slice | ( | const unsigned int | i | ) | [inline] |
Definition at line 373 of file type_tensor.h.
References libMesh::TypeTensorColumn< T >::_j, and libMesh::TypeTensorColumn< T >::_tensor.
Member Data Documentation
const unsigned int libMesh::TypeTensorColumn< T >::_j [private] |
Definition at line 388 of file type_tensor.h.
Referenced by libMesh::TypeTensorColumn< T >::operator()(), and libMesh::TypeTensorColumn< T >::slice().
TypeTensor<T>* libMesh::TypeTensorColumn< T >::_tensor [private] |
Definition at line 387 of file type_tensor.h.
Referenced by libMesh::TypeTensorColumn< T >::operator()(), and libMesh::TypeTensorColumn< T >::slice().
The documentation for this class was generated from the following file:
Site Created By: libMesh Developers
Last modified: February 05 2013 19:55:42 UTC
Hosted By: