Add utility for finding min/max of vector.

This commit is contained in:
Kristian Bendiksen
2024-11-08 11:45:43 +01:00
parent 8e6d8ee317
commit c2ec023720
4 changed files with 66 additions and 5 deletions

View File

@@ -20,9 +20,12 @@
#include "gtest/gtest.h"
#include "QElapsedTimer"
#include "RigStatisticsMath.h"
#include "QElapsedTimer"
#include <numeric>
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------