api / koma / min

min

fun min(arr:Matrix<Double>):Double

Returns the min element in the input matrix

Parameters

arr - An arbitrarily sized matrix

Return The maximum value

fun min(num1:Double, num2:Double):Double fun min(num1:Int, num2:Int):Int fun min(num1:Int, num2:Double):Double fun min(num1:Double, num2:Int):Double

A convenience function performing the min operation via the kotlin.math equivalent call.