ads::TensorTypes< T > Class Template Reference

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

#include <TensorTypes.h>

Inheritance diagram for ads::TensorTypes< T >:
Inheritance graph
[legend]

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 std::size_t size_type
 The size type.
typedef std::ptrdiff_t difference_type
 Pointer difference type.
typedef std::size_t index_type
 An index into the tensor.

Detailed Description

template<typename T>
class ads::TensorTypes< T >

A base class that defines types for all tensors.


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

STLib Home / http://www.its.caltech.edu/~sean/ / at(sean, dot(caltech, edu))