Matrix<T>.Log Core Method
            
            
            
            Definition
Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
Overload List
| Log | Computes the logarithm of the elements of a matrix. | 
| Log | Computes the logarithm of the elements of a matrix. | 
LogCore(Matrix<T>)
            Computes the logarithm of the elements of a matrix.
            
LogCore(T, Matrix<T>)
            Computes the logarithm of the elements of a matrix.
            
protected virtual Matrix<T> LogCore(
	T newBase,
	Matrix<T> result
)Parameters
- newBase T
 - The base of the logarithm.
 - result Matrix<T>
 - The matrix that is to hold the result. May be null.