Converts a
SingleMatrix to an equivalent double-precision matrix.
Namespace: Extreme.Mathematics.LinearAlgebraAssembly: Extreme.Numerics.Version4x.Net40 (in Extreme.Numerics.Version4x.Net40.dll) Version: 4.2.11333.0 (5.0.12317.0)
public static explicit operator DenseMatrix (
SingleDenseMatrix original
)
Public Shared Narrowing Operator CType (
original As SingleDenseMatrix
) As DenseMatrix
static explicit operator DenseMatrix^ (
SingleDenseMatrix^ original
)
F# does not support the declaration of new casting operators.
Parameters
- original
- Type: Extreme.Mathematics.LinearAlgebraSingleDenseMatrix
The SingleMatrix to convert.
Return Value
Type:
DenseMatrixA
DenseMatrix with the same size and with the same components as
[!:original].
Numerical Libraries
Supported in: 5.x, 4.x
Reference