ERC CISST - cisst software
vctFixedSizeVectorRecursiveEngines< _size >::MinAndMax Class Reference
#include <vctFixedSizeVectorRecursiveEngines.h>
List of all members.
Detailed Description
template<vct::size_type _size>
class vctFixedSizeVectorRecursiveEngines< _size >::MinAndMax
A specialized engine for computing the minimum and maximum elements of a matrix in one pass. This implementation is more efficient than computing them separately.
Definition at line 819 of file vctFixedSizeVectorRecursiveEngines.h.
Public Types
Static Public Member Functions
-
template<class _inputVectorType> static void Unfold (const _inputVectorType &inputVector, typename _inputVectorType::value_type &minValue, typename _inputVectorType::value_type &maxValue)
The documentation for this class was generated from the following file:
erc-cisst-devel<at>lists.johnshopkins.edu