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