ERC CISST - cisst software
vctFixedSizeMatrixLoopEngines::MinAndMax Class Reference
#include <vctFixedSizeMatrixLoopEngines.h>
List of all members.
Detailed Description
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 679 of file vctFixedSizeMatrixLoopEngines.h.
Static Public Member Functions
-
template<class _inputMatrixType> static void Run (const _inputMatrixType &inputMatrix, typename _inputMatrixType::value_type &minValue, typename _inputMatrixType::value_type &maxValue)
The documentation for this class was generated from the following file:
erc-cisst-devel<at>lists.johnshopkins.edu