index_min
Overloads
| Name | Description |
|---|---|
index_min(const RealArray lhs) -> List | Returns the minimum value of the elements in the RealArray. |
index_min(const RealMatrix lhs) -> List | Returns the minimum value of the elements in the RealMatrix. |
index_min(const RealArray lhs) -> List
Returns the minimum value of the elements in the RealArray.
Parameters
- lhs: The RealArray to analyze.
index_min(const RealMatrix lhs) -> List
Returns the minimum value of the elements in the RealMatrix.
Parameters
- lhs: The RealMatrix to analyze.