TooN
Public Types | Public Member Functions | List of all members
TooN::Internal::GenericVBase< Size, Precision, Stride, Mem > Struct Template Reference
Inheritance diagram for TooN::Internal::GenericVBase< Size, Precision, Stride, Mem >:
Inheritance graph
[legend]
Collaboration diagram for TooN::Internal::GenericVBase< Size, Precision, Stride, Mem >:
Collaboration graph
[legend]

Public Types

typedef Mem::PointerType PointerType
 
typedef Mem::ConstPointerType ConstPointerType
 
typedef Mem::ReferenceType ReferenceType
 
typedef Mem::ConstReferenceType ConstReferenceType
 
typedef SliceVBase< Stride, PointerType, ConstPointerType, ReferenceType, ConstReferenceType > SliceBase
 
typedef SliceVBase< Stride, ConstPointerType, ConstPointerType, ConstReferenceType, ConstReferenceType > ConstSliceBase
 
typedef Vector< Size, Precision, SliceBaseas_slice_type
 

Public Member Functions

int stride () const
 
 GenericVBase (GenericVBase &&)=default
 
 GenericVBase (const GenericVBase &)=default
 
 GenericVBase (int s)
 
template<typename Precision2 , int Size2>
 GenericVBase (const Precision2(&i)[Size2])
 
 GenericVBase (std::initializer_list< Precision > i)
 
 GenericVBase (PointerType d, int length, int stride)
 
template<class Op >
 GenericVBase (const Operator< Op > &op)
 
ReferenceType operator[] (int i)
 
ConstReferenceType operator[] (int i) const
 
template<int Start, int Length>
Vector< Length, Precision, SliceBaseslice (int start, int length)
 
template<int Start, int Length>
const Vector< Length, const Precision, ConstSliceBaseslice (int start, int length) const
 
template<int Start, int Length>
Vector< Length, Precision, SliceBaseslice ()
 
template<int Start, int Length>
const Vector< Length, const Precision, ConstSliceBaseslice () const
 
Vector< Dynamic, Precision, SliceBaseslice (int start, int length)
 
const Vector< Dynamic, const Precision, ConstSliceBaseslice (int start, int length) const
 
const Matrix< 1, Size, const Precision, Slice< 1, Stride > > as_row () const
 
Matrix< 1, Size, Precision, Slice< 1, Stride > > as_row ()
 
const Matrix< Size, 1, const Precision, Slice< Stride, 1 > > as_col () const
 
Matrix< Size, 1, Precision, Slice< Stride, 1 > > as_col ()
 
Vector< Size, Precision, SliceBaseas_slice ()
 
const Vector< Size, const Precision, ConstSliceBaseas_slice () const
 
DiagonalMatrix< Size, Precision, SliceBaseas_diagonal ()
 
const DiagonalMatrix< Size, const Precision, ConstSliceBaseas_diagonal () const
 
- Public Member Functions inherited from TooN::Internal::StrideHolder< Stride >
 StrideHolder (int)
 
 StrideHolder (const Operator< Op > &)
 
int stride () const
 

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