Namespace: Extreme.Mathematics.FSharpAssembly: Extreme.Numerics.FSharp30.Net40 (in Extreme.Numerics.FSharp30.Net40.dll) Version: 6.0.16073.0 (6.0.16073.0)
public static DenseMatrix<b> MapIndexed<a, b>(
FSharpFunc<int, FSharpFunc<int, FSharpFunc<a, b>>> f,
Matrix<a> matrix
)
Public Shared Function MapIndexed(Of a, b) (
f As FSharpFunc(Of Integer, FSharpFunc(Of Integer, FSharpFunc(Of a, b))),
matrix As Matrix(Of a)
) As DenseMatrix(Of b)
public:
generic<typename a, typename b>
static DenseMatrix<b>^ MapIndexed(
FSharpFunc<int, FSharpFunc<int, FSharpFunc<a, b>^>^>^ f,
Matrix<a>^ matrix
)
static member MapIndexed :
f : FSharpFunc<int, FSharpFunc<int, FSharpFunc<'a, 'b>>> *
matrix : Matrix<'a> -> DenseMatrix<'b>
Parameters
- f
- Type: Microsoft.FSharp.CoreFSharpFuncInt32, FSharpFuncInt32, FSharpFunca, b
- matrix
- Type: Extreme.MathematicsMatrixa
Type Parameters
- a
- b
Return Value
Type:
DenseMatrixb
Numerical Libraries
Supported in: 6.0
Reference