DoubleMatrixIdentity Method
Creates a
DoubleMatrix instance
representing the identity matrix having the specified dimension.
Namespace: Novacta.AnalyticsAssembly: Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.1.0+428f3840cfab98dda567bb0ed350b302533e273a
public static DoubleMatrix Identity(
int dimension
)
Public Shared Function Identity (
dimension As Integer
) As DoubleMatrix
public:
static DoubleMatrix^ Identity(
int dimension
)
static member Identity :
dimension : int -> DoubleMatrix
- dimension Int32
- The dimension of the identity matrix.
DoubleMatrixThe identity matrix having the specified dimension.