MOOCHO (Single Doxygen Collection)
Version of the Day
|
#include <DenseLinAlgPack_DVectorClassTmpl.hpp>
Public Types | |
typedef T | value_type |
typedef DenseLinAlgPack::size_type | size_type |
typedef ptrdiff_t | difference_type |
typedef StrideIterPack::stride_iter < value_type *, value_type, value_type &, value_type *, difference_type > | iterator |
typedef StrideIterPack::stride_iter < const value_type *, value_type, const value_type &, const value_type *, difference_type > | const_iterator |
typedef std::reverse_iterator < iterator > | reverse_iterator |
typedef std::reverse_iterator < const_iterator > | const_reverse_iterator |
typedef value_type & | reference |
typedef const value_type & | const_reference |
Public Member Functions | |
void | bind (VectorSliceTmpl< value_type > vs) |
Bind to the view of another VectorSliceTmpl. More... | |
Definition at line 88 of file DenseLinAlgPack_DVectorClassTmpl.hpp.
typedef T DenseLinAlgPack::VectorSliceTmpl< T >::value_type |
Definition at line 112 of file DenseLinAlgPack_DVectorClassTmpl.hpp.
typedef DenseLinAlgPack::size_type DenseLinAlgPack::VectorSliceTmpl< T >::size_type |
Definition at line 113 of file DenseLinAlgPack_DVectorClassTmpl.hpp.
typedef ptrdiff_t DenseLinAlgPack::VectorSliceTmpl< T >::difference_type |
Definition at line 114 of file DenseLinAlgPack_DVectorClassTmpl.hpp.
typedef StrideIterPack::stride_iter<value_type* , value_type, value_type&, value_type* , difference_type> DenseLinAlgPack::VectorSliceTmpl< T >::iterator |
Definition at line 117 of file DenseLinAlgPack_DVectorClassTmpl.hpp.
typedef StrideIterPack::stride_iter<const value_type* , value_type, const value_type&, const value_type* , difference_type> DenseLinAlgPack::VectorSliceTmpl< T >::const_iterator |
Definition at line 120 of file DenseLinAlgPack_DVectorClassTmpl.hpp.
typedef std::reverse_iterator<iterator> DenseLinAlgPack::VectorSliceTmpl< T >::reverse_iterator |
Definition at line 128 of file DenseLinAlgPack_DVectorClassTmpl.hpp.
typedef std::reverse_iterator<const_iterator> DenseLinAlgPack::VectorSliceTmpl< T >::const_reverse_iterator |
Definition at line 129 of file DenseLinAlgPack_DVectorClassTmpl.hpp.
typedef value_type& DenseLinAlgPack::VectorSliceTmpl< T >::reference |
Definition at line 131 of file DenseLinAlgPack_DVectorClassTmpl.hpp.
typedef const value_type& DenseLinAlgPack::VectorSliceTmpl< T >::const_reference |
Definition at line 132 of file DenseLinAlgPack_DVectorClassTmpl.hpp.
|
inline |
Definition at line 845 of file DenseLinAlgPack_DVectorClassTmpl.hpp.
|
inline |
Definition at line 853 of file DenseLinAlgPack_DVectorClassTmpl.hpp.
|
inline |
Definition at line 861 of file DenseLinAlgPack_DVectorClassTmpl.hpp.
|
inline |
Definition at line 871 of file DenseLinAlgPack_DVectorClassTmpl.hpp.
|
inline |
Bind to the view of another VectorSliceTmpl.
Definition at line 879 of file DenseLinAlgPack_DVectorClassTmpl.hpp.
|
inline |
Definition at line 889 of file DenseLinAlgPack_DVectorClassTmpl.hpp.
|
inline |
Definition at line 894 of file DenseLinAlgPack_DVectorClassTmpl.hpp.
|
inline |
Definition at line 899 of file DenseLinAlgPack_DVectorClassTmpl.hpp.
|
inline |
Definition at line 904 of file DenseLinAlgPack_DVectorClassTmpl.hpp.
|
inline |
Definition at line 909 of file DenseLinAlgPack_DVectorClassTmpl.hpp.
|
inline |
Definition at line 914 of file DenseLinAlgPack_DVectorClassTmpl.hpp.
|
inline |
Definition at line 919 of file DenseLinAlgPack_DVectorClassTmpl.hpp.
|
inline |
Definition at line 924 of file DenseLinAlgPack_DVectorClassTmpl.hpp.
|
inline |
1-based element access (lvalue)
Definition at line 930 of file DenseLinAlgPack_DVectorClassTmpl.hpp.
|
inline |
1-based element access (rvalue)
Definition at line 938 of file DenseLinAlgPack_DVectorClassTmpl.hpp.
|
inline |
1-based element access (lvalue)
Definition at line 946 of file DenseLinAlgPack_DVectorClassTmpl.hpp.
|
inline |
0-based element access (rvalue)
Definition at line 954 of file DenseLinAlgPack_DVectorClassTmpl.hpp.
|
inline |
Allow the address to be taken of an rvalue of this object.
Definition at line 306 of file DenseLinAlgPack_DVectorClassTmpl.hpp.
|
inline |
Definition at line 310 of file DenseLinAlgPack_DVectorClassTmpl.hpp.
|
inline |
Definition at line 963 of file DenseLinAlgPack_DVectorClassTmpl.hpp.
|
inline |
Same as above.
Definition at line 968 of file DenseLinAlgPack_DVectorClassTmpl.hpp.
|
inline |
Definition at line 973 of file DenseLinAlgPack_DVectorClassTmpl.hpp.
|
inline |
Definition at line 978 of file DenseLinAlgPack_DVectorClassTmpl.hpp.
|
inline |
Definition at line 983 of file DenseLinAlgPack_DVectorClassTmpl.hpp.
|
inline |
Same as above.
Definition at line 988 of file DenseLinAlgPack_DVectorClassTmpl.hpp.
|
inline |
Definition at line 993 of file DenseLinAlgPack_DVectorClassTmpl.hpp.
|
inline |
Same as above.
Definition at line 998 of file DenseLinAlgPack_DVectorClassTmpl.hpp.
|
inline |
Definition at line 1004 of file DenseLinAlgPack_DVectorClassTmpl.hpp.
|
inline |
Definition at line 1012 of file DenseLinAlgPack_DVectorClassTmpl.hpp.
|
inline |
Returns the number of elements of the VectorSliceTmpl.
Definition at line 1023 of file DenseLinAlgPack_DVectorClassTmpl.hpp.
EOverLap DenseLinAlgPack::VectorSliceTmpl< T >::overlap | ( | const VectorSliceTmpl< value_type > & | vs | ) | const |
Definition at line 1300 of file DenseLinAlgPack_DVectorClassTmpl.hpp.
|
inline |
Return a pointer to the address of the first memory location of underlying array.
Definition at line 1030 of file DenseLinAlgPack_DVectorClassTmpl.hpp.
|
inline |
Definition at line 1035 of file DenseLinAlgPack_DVectorClassTmpl.hpp.
|
inline |
Return a pointer to the conceptual first element in the underlying array.
Definition at line 1040 of file DenseLinAlgPack_DVectorClassTmpl.hpp.
|
inline |
Definition at line 1045 of file DenseLinAlgPack_DVectorClassTmpl.hpp.
|
inline |
Return the distance (+,-) (in units of elements) between adjacent elements in the underlying array.
Definition at line 1050 of file DenseLinAlgPack_DVectorClassTmpl.hpp.
|
private |
Definition at line 431 of file DenseLinAlgPack_DVectorClassTmpl.hpp.
|
private |
Definition at line 432 of file DenseLinAlgPack_DVectorClassTmpl.hpp.
|
private |
Definition at line 433 of file DenseLinAlgPack_DVectorClassTmpl.hpp.