|
cisst-saw
|
#include <vctFixedSizeVectorRecursiveEngines.h>
Public Types | |
| typedef vctFixedSizeVectorRecursiveEngines< _size-1 >::MinAndMax | RecursiveStep |
Static Public Member Functions | |
| template<class _inputVectorType> | |
| static void | Unfold (const _inputVectorType &inputVector, typename _inputVectorType::value_type &minValue, typename _inputVectorType::value_type &maxValue) |
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.
| typedef vctFixedSizeVectorRecursiveEngines<_size-1>::MinAndMax MinAndMax::RecursiveStep |
|
inlinestatic |