cisst-saw
Loading...
Searching...
No Matches
vctDynamicMatrixLoopEngines::MinAndMax Class Reference

#include <vctDynamicMatrixLoopEngines.h>

Static Public Member Functions

template<class _inputMatrixType>
static void Run (const _inputMatrixType &inputMatrix, typename _inputMatrixType::value_type &minValue, typename _inputMatrixType::value_type &maxValue)

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.

Member Function Documentation

◆ 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: