Returns a vector whose elements are the logarithms of the components of another vector.
Namespace: Extreme.Mathematics.GenericAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public static Vector<T> Log(
Vector<T> vector
)
Public Shared Function Log (
vector As Vector(Of T)
) As Vector(Of T)
public:
static Vector<T>^ Log(
Vector<T>^ vector
)
static member Log :
vector : Vector<'T> -> Vector<'T>
Parameters
- vector
- Type: Extreme.Mathematics.GenericVectorT
A vector.
Return Value
Type:
VectorTA vector whose elements are the natural logarithms of the components of
vector.
Numerical Libraries
Supported in: 5.x, 4.x
Reference