|
template<vct::size_type _rows, vct::size_type _cols, vct::stride_type _rowStride, vct::stride_type _colStride, class _dataPtrType , vct::stride_type __rowStride, vct::stride_type __colStride, class __dataPtrType , class _elementType , class _elementOperationType > |
vctFixedSizeMatrix< bool,
_rows, _cols > | vctFixedSizeMatrixElementwiseCompareMatrix (const vctFixedSizeConstMatrixBase< _rows, _cols, _rowStride, _colStride, _elementType, _dataPtrType > &matrix1, const vctFixedSizeConstMatrixBase< _rows, _cols, __rowStride, __colStride, _elementType, __dataPtrType > &matrix2) |
|
template<vct::size_type _rows, vct::size_type _cols, vct::stride_type _rowStride, vct::stride_type _colStride, class _dataPtrType , class _elementType , class _elementOperationType > |
vctFixedSizeMatrix< bool,
_rows, _cols > | vctFixedSizeMatrixElementwiseCompareScalar (const vctFixedSizeConstMatrixBase< _rows, _cols, _rowStride, _colStride, _elementType, _dataPtrType > &matrix, const _elementType &scalar) |
|
template<vct::size_type _rows, vct::size_type _cols, vct::stride_type _rowStride, vct::stride_type _colStride, class _elementType , class _dataPtrType > |
bool | vctAll (const vctFixedSizeConstMatrixBase< _rows, _cols, _rowStride, _colStride, _elementType, _dataPtrType > &matrix) |
|
template<vct::size_type _rows, vct::size_type _cols, vct::stride_type _rowStride, vct::stride_type _colStride, class _elementType , class _dataPtrType > |
bool | vctAny (const vctFixedSizeConstMatrixBase< _rows, _cols, _rowStride, _colStride, _elementType, _dataPtrType > &matrix) |
|
template<vct::size_type _rows, vct::size_type _cols, vct::stride_type _rowStride, vct::stride_type _colStride, class _elementType , class _dataPtrType > |
std::ostream & | operator<< (std::ostream &output, const vctFixedSizeConstMatrixBase< _rows, _cols, _rowStride, _colStride, _elementType, _dataPtrType > &matrix) |
|
template<vct::size_type _rows, vct::size_type _cols, vct::stride_type _rowStride, vct::stride_type _colStride, class _elementType , class _dataPtrType >
Return true if all the elements of the matrix are nonzero, false otherwise
template<vct::size_type _rows, vct::size_type _cols, vct::stride_type _rowStride, vct::stride_type _colStride, class _elementType , class _dataPtrType >
Return true if any element of the matrix is nonzero, false otherwise
template<vct::size_type _rows, vct::size_type _cols, vct::stride_type _rowStride, vct::stride_type _colStride, class _dataPtrType , vct::stride_type __rowStride, vct::stride_type __colStride, class __dataPtrType , class _elementType , class _elementOperationType >
vctFixedSizeMatrix<bool, _rows, _cols> vctFixedSizeMatrixElementwiseCompareMatrix |
( |
const vctFixedSizeConstMatrixBase< _rows, _cols, _rowStride, _colStride, _elementType, _dataPtrType > & |
matrix1, |
|
|
const vctFixedSizeConstMatrixBase< _rows, _cols, __rowStride, __colStride, _elementType, __dataPtrType > & |
matrix2 |
|
) |
| |
|
inline |