|
template<class _vectorOwnerType , class __vectorOwnerType , class _elementType , class _elementOperationType > |
vctReturnDynamicVector< bool > | vctDynamicVectorElementwiseCompareVector (const vctDynamicConstVectorBase< _vectorOwnerType, _elementType > &vector1, const vctDynamicConstVectorBase< _vectorOwnerType, _elementType > &vector2) |
|
template<class _vectorOwnerType , class _elementType , class _elementOperationType > |
vctReturnDynamicVector< bool > | vctDynamicVectorElementwiseCompareScalar (const vctDynamicConstVectorBase< _vectorOwnerType, _elementType > &vector, const _elementType &scalar) |
|
template<class _vector1OwnerType , class _vector2OwnerType , class _elementType > |
_elementType | vctDotProduct (const vctDynamicConstVectorBase< _vector1OwnerType, _elementType > &vector1, const vctDynamicConstVectorBase< _vector2OwnerType, _elementType > &vector2) |
|
template<class _vector1OwnerType , class _vector2OwnerType , class _elementType > |
_elementType | operator* (const vctDynamicConstVectorBase< _vector1OwnerType, _elementType > &vector1, const vctDynamicConstVectorBase< _vector2OwnerType, _elementType > &vector2) |
|
template<class _vectorOwnerType , typename _elementType > |
bool | vctAll (const vctDynamicConstVectorBase< _vectorOwnerType, _elementType > &vector) |
|
template<class _vectorOwnerType , typename _elementType > |
bool | vctAny (const vctDynamicConstVectorBase< _vectorOwnerType, _elementType > &vector) |
|
template<class _vectorOwnerType , typename _elementType > |
std::ostream & | operator<< (std::ostream &output, const vctDynamicConstVectorBase< _vectorOwnerType, _elementType > &vector) |
|
template<vct::size_type __size, class _vectorOwnerType , class __elementType > |
std::ostream & | operator<< (std::ostream &output, const vctDynamicConstVectorBase< _vectorOwnerType, vctFixedSizeVector< __elementType, __size > > &vector) |
|
template<vct::size_type _size, vct::stride_type _stride, class _elementType , class _dataPtrType , class _vectorOwnerType > |
void | vctFixedSizeVectorBaseAssignDynamicConstVectorBase (vctFixedSizeVectorBase< _size, _stride, _elementType, _dataPtrType > &fixedSizeVector, const vctDynamicConstVectorBase< _vectorOwnerType, _elementType > &dynamicVector) |
|