Calculates the index of the minimum absolute value of a given vector's elements.
Namespace:
CenterSpace.NMath.MatrixAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public static int MinAbsIndex( DoubleSparseVector v ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function MinAbsIndex ( _ v As DoubleSparseVector _ ) As Integer |
| Visual C++ |
|---|
public: static int MinAbsIndex( DoubleSparseVector^ v ) |
Parameters
- v
- Type: CenterSpace.NMath.Matrix..::.DoubleSparseVector
A sparse vector.