SheafSystem  0.0.0.0
fiber_bundle::tensor_section_traits< P, VECTOR_TYPE > Class Template Reference

Tensor types of degree P over VECTOR_TYPE. Must be specialized for every supported combination of VECTOR_TYPE and P. More...

#include <sec_vd.h>

Public Types

typedef void tp_type
 Type of general tensor of degree P over VECTOR_TYPE. More...
 
typedef void atp_type
 Type of antisymmetric tensor of degree P over VECTOR_TYPE. More...
 
typedef void stp_type
 Type of symmetric tensor of degree P over VECTOR_TYPE. More...
 

Detailed Description

template<int P, typename VECTOR_TYPE>
class fiber_bundle::tensor_section_traits< P, VECTOR_TYPE >

Tensor types of degree P over VECTOR_TYPE. Must be specialized for every supported combination of VECTOR_TYPE and P.

Definition at line 519 of file sec_vd.h.

Member Typedef Documentation

◆ atp_type

template<int P, typename VECTOR_TYPE >
typedef void fiber_bundle::tensor_section_traits< P, VECTOR_TYPE >::atp_type

Type of antisymmetric tensor of degree P over VECTOR_TYPE.

Definition at line 530 of file sec_vd.h.

◆ stp_type

template<int P, typename VECTOR_TYPE >
typedef void fiber_bundle::tensor_section_traits< P, VECTOR_TYPE >::stp_type

Type of symmetric tensor of degree P over VECTOR_TYPE.

Definition at line 535 of file sec_vd.h.

◆ tp_type

template<int P, typename VECTOR_TYPE >
typedef void fiber_bundle::tensor_section_traits< P, VECTOR_TYPE >::tp_type

Type of general tensor of degree P over VECTOR_TYPE.

Definition at line 525 of file sec_vd.h.


The documentation for this class was generated from the following file: