#include <vctDynamicMatrixLoopEngines.h>
|
| template<class _inputMatrixType> |
| static void | Run (const _inputMatrixType &inputMatrix, typename _inputMatrixType::value_type &minValue, typename _inputMatrixType::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.
◆ Run()
template<class _inputMatrixType>
| void vctDynamicMatrixLoopEngines::MinAndMax::Run |
( |
const _inputMatrixType & | inputMatrix, |
|
|
typename _inputMatrixType::value_type & | minValue, |
|
|
typename _inputMatrixType::value_type & | maxValue ) |
|
inlinestatic |
The documentation for this class was generated from the following file: