Computes a matrix function.
Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 4.2.11333.0 (4.2.12253.0)
Syntax
Parameters
-
function
- Type: System..::..Func<(Of <(<'Double, Double>)>)>
A delegate that represents a function of one variable that specifies the function to apply.
Return Value
A
SymmetricMatrix that represents
function applied
to this instance.
Remarks
Exceptions
See Also