Computes the logarithm of the elements of a matrix.
Namespace: Extreme.Mathematics.GenericAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public static Matrix<T> LogInto(
Matrix<T> matrix,
T newBase,
Matrix<T> result
)
Public Shared Function LogInto (
matrix As Matrix(Of T),
newBase As T,
result As Matrix(Of T)
) As Matrix(Of T)
public:
static Matrix<T>^ LogInto(
Matrix<T>^ matrix,
T newBase,
Matrix<T>^ result
)
static member LogInto :
matrix : Matrix<'T> *
newBase : 'T *
result : Matrix<'T> -> Matrix<'T>
Parameters
- matrix
- Type: Extreme.Mathematics.GenericMatrixT
A matrix. - newBase
- Type: T
The base of the logarithm. - result
- Type: Extreme.Mathematics.GenericMatrixT
The matrix that is to hold the result. May be .
Return Value
Type:
MatrixTA matrix whose elements
are equal to the logarithm of the corresponding element of
matrix.
Numerical Libraries
Supported in: 5.x
Reference