TensorTypes< T > Class Template Reference

A base class that defines types for all tensors. More...

#include <TensorTypes.h>

Inheritance diagram for TensorTypes< T >:
SquareMatrix< N, T > SquareMatrix< 1, T > SquareMatrix< 2, T > SquareMatrix< 3, T >

List of all members.

Public Types

typedef T value_type
 The element type of the tensor.
typedef value_typepointer
 A pointer to a tensor element.
typedef const value_typeconst_pointer
 A const pointer to a tensor element.
typedef value_typeiterator
 An iterator in the tensor.
typedef const value_typeconst_iterator
 A const iterator in the tensor.
typedef value_typereference
 A reference to a tensor element.
typedef const value_typeconst_reference
 A const reference to a tensor element.
typedef int size_type
 The size type.
typedef std::ptrdiff_t difference_type
 Pointer difference type.
typedef int index_type
 An index into the tensor.

Detailed Description

template<typename T>
class TensorTypes< T >

A base class that defines types for all tensors.


The documentation for this class was generated from the following file:
Generated on Thu Jun 30 02:14:52 2016 for Algorithms and Data Structures Package by  doxygen 1.6.3