Classes | |
struct | double_contraction_result |
struct | double_contraction_result< 2, 2, dim > |
struct | StorageType< 2, dim > |
struct | StorageType< 4, dim > |
struct | AccessorTypes< rank, dim, true > |
struct | AccessorTypes< rank, dim, false > |
class | Accessor |
class | Accessor< rank, dim, constness, 1 > |
Functions | |
TableIndices< 2 > | merge (const TableIndices< 2 > &previous_indices, const unsigned int new_index, const unsigned int position) |
TableIndices< 4 > | merge (const TableIndices< 4 > &previous_indices, const unsigned int new_index, const unsigned int position) |
TableIndices<2> internal::SymmetricTensorAccessors::merge | ( | const TableIndices< 2 > & | previous_indices, | |
const unsigned int | new_index, | |||
const unsigned int | position | |||
) | [inline] |
Create a TableIndices<2> object where the first entries up to position-1
are taken from previous_indices, and new_index is put at position position
. The remaining indices remain in invalid state.
References Assert.
TableIndices<4> internal::SymmetricTensorAccessors::merge | ( | const TableIndices< 4 > & | previous_indices, | |
const unsigned int | new_index, | |||
const unsigned int | position | |||
) | [inline] |
Create a TableIndices<4> object where the first entries up to position-1
are taken from previous_indices, and new_index is put at position position
. The remaining indices remain in invalid state.
References Assert.