#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 |
Definition at line 36 of file type_tensor.h.
|
inline |
Definition at line 447 of file type_tensor.h.
|
inline |
Definition at line 455 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 464 of file type_tensor.h.
|
inline |
Definition at line 458 of file type_tensor.h.
References libMesh::TypeTensorColumn< T >::_j, and libMesh::TypeTensorColumn< T >::_tensor.
|
private |
Definition at line 473 of file type_tensor.h.
Referenced by libMesh::TypeTensorColumn< T >::operator()(), and libMesh::TypeTensorColumn< T >::slice().
|
private |
Definition at line 472 of file type_tensor.h.
Referenced by libMesh::TypeTensorColumn< T >::operator()(), and libMesh::TypeTensorColumn< T >::slice().