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

Public Member Functions

 VLayout (VLayout &&)=default
 
 VLayout (const VLayout &)=default
 
 VLayout (std::initializer_list< Precision > i)
 
template<typename Precision2 , int Size2>
 VLayout (const Precision2(&i)[Size2])
 
 VLayout (int s)
 
template<class Op >
 VLayout (const Operator< Op > &op)
 
- Public Member Functions inherited from TooN::Internal::GenericVBase< Size, Precision, 1, VectorAlloc< Size, Precision > >
int stride () const
 
 GenericVBase (GenericVBase &&)=default
 
 GenericVBase (const GenericVBase &)=default
 
 GenericVBase (int s)
 
 GenericVBase (const Precision2(&i)[Size2])
 
 GenericVBase (std::initializer_list< Precision > i)
 
 GenericVBase (PointerType d, int length, int stride)
 
 GenericVBase (const Operator< Op > &op)
 
ReferenceType operator[] (int i)
 
ConstReferenceType operator[] (int i) const
 
Vector< Length, Precision, SliceBaseslice (int start, int length)
 
const Vector< Length, const Precision, ConstSliceBaseslice (int start, int length) const
 
Vector< Length, Precision, SliceBaseslice ()
 
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::VectorAlloc< Size, Precision >
 VectorAlloc ()
 Default constructor (only for statically sized vectors)
 
 VectorAlloc (int)
 Construction from a size (required by damic vectors, ignored otherwise).
 
template<class Precision2 , int Size2>
 VectorAlloc (const Precision2(&i)[Size2])
 
template<class Op >
 VectorAlloc (const Operator< Op > &)
 Construction from an Operator. See Operator::size().
 
int size () const
 Return the size of the vector.
 
Precision * get_data_ptr ()
 
const Precision * get_data_ptr () const
 
- Public Member Functions inherited from TooN::Internal::StrideHolder< Stride >
 StrideHolder (int)
 
 StrideHolder (const Operator< Op > &)
 
int stride () const
 

Additional Inherited Members

- Public Types inherited from TooN::Internal::GenericVBase< Size, Precision, 1, VectorAlloc< Size, Precision > >
typedef VectorAlloc< Size, Precision > ::PointerType PointerType
 
typedef VectorAlloc< Size, Precision > ::ConstPointerType ConstPointerType
 
typedef VectorAlloc< Size, Precision > ::ReferenceType ReferenceType
 
typedef VectorAlloc< Size, Precision > ::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 Types inherited from TooN::Internal::DefaultTypes< Precision >
typedef Precision * PointerType
 
typedef const Precision * ConstPointerType
 
typedef Precision & ReferenceType
 
typedef const Precision & ConstReferenceType
 
- Protected Member Functions inherited from TooN::Internal::VectorAlloc< Size, Precision >
Precision * data ()
 
const Precision * data () const
 
void try_destructive_resize (int)
 
template<class Op >
void try_destructive_resize (const Operator< Op > &)
 

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