Returns a matrix whose components are the logarithms of the components of another matrix.
Namespace: Extreme.MathematicsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public static Matrix Log(
Matrix matrix,
double newBase
)
Public Shared Function Log (
matrix As Matrix,
newBase As Double
) As Matrix
public:
static Matrix^ Log(
Matrix^ matrix,
double newBase
)
static member Log :
matrix : Matrix *
newBase : float -> Matrix
Parameters
- matrix
- Type: Extreme.MathematicsMatrix
A Matrix. - newBase
- Type: SystemDouble
The base of the logarithms.
Return Value
Type:
MatrixA matrix whose components are the base
newBase logarithms of the components of
matrix.
Numerical Libraries
Supported in: 5.x, 4.x
Reference