|
libMesh
|
#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) |
| Assign values to this column of the tensor. More... | |
Private Attributes | |
| TypeTensor< T > * | _tensor |
| const unsigned int | _j |
Definition at line 40 of file type_tensor.h.
|
inline |
Definition at line 460 of file type_tensor.h.
|
inline |
Definition at line 468 of file type_tensor.h.
References libMesh::TypeTensorColumn< T >::_j, and libMesh::TypeTensorColumn< T >::_tensor.
|
inline |
Assign values to this column of the tensor.
Definition at line 477 of file type_tensor.h.
|
inline |
Definition at line 471 of file type_tensor.h.
References libMesh::TypeTensorColumn< T >::_j, and libMesh::TypeTensorColumn< T >::_tensor.
|
private |
Definition at line 486 of file type_tensor.h.
Referenced by libMesh::TypeTensorColumn< T >::operator()(), and libMesh::TypeTensorColumn< T >::slice().
|
private |
Definition at line 485 of file type_tensor.h.
Referenced by libMesh::TypeTensorColumn< T >::operator()(), and libMesh::TypeTensorColumn< T >::slice().
1.8.14