Applies a function to each column in a matrix and returns the result as a vector.
Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 4.2.11333.0 (4.2.12253.0)
Syntax
Return Value
A
DenseVector whose components are the result of applying
function to each column of the matrix.
Remarks
Exceptions
See Also