|
| template<class _matrixOwnerType , class __matrixOwnerType , class _elementType , class _elementOperationType > |
| vctReturnDynamicMatrix< bool > | vctDynamicMatrixElementwiseCompareMatrix (const vctDynamicConstMatrixBase< _matrixOwnerType, _elementType > &matrix1, const vctDynamicConstMatrixBase< _matrixOwnerType, _elementType > &matrix2) |
| |
| template<class _matrixOwnerType , class _elementType , class _elementOperationType > |
| vctReturnDynamicMatrix< bool > | vctDynamicMatrixElementwiseCompareScalar (const vctDynamicConstMatrixBase< _matrixOwnerType, _elementType > &matrix, const _elementType &scalar) |
| |
| template<class _matrixOwnerType , typename _elementType > |
| bool | vctAll (const vctDynamicConstMatrixBase< _matrixOwnerType, _elementType > &matrix) |
| |
| template<class _matrixOwnerType , typename _elementType > |
| bool | vctAny (const vctDynamicConstMatrixBase< _matrixOwnerType, _elementType > &matrix) |
| |
| template<class _matrixOwnerType , typename _elementType > |
| std::ostream & | operator<< (std::ostream &output, const vctDynamicConstMatrixBase< _matrixOwnerType, _elementType > &matrix) |
| |
| template<vct::size_type _rows, vct::size_type _cols, vct::stride_type _rowStride, vct::stride_type _colStride, class _elementType , class _dataPtrType , class _matrixOwnerType > |
| void | vctFixedSizeMatrixBaseAssignDynamicConstMatrixBase (vctFixedSizeMatrixBase< _rows, _cols, _rowStride, _colStride, _elementType, _dataPtrType > &fixedSizeMatrix, const vctDynamicConstMatrixBase< _matrixOwnerType, _elementType > &dynamicMatrix) |
| |