ComplexMatrixIdentity Method
Creates a
ComplexMatrix 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 ComplexMatrix Identity(
int dimension
)
Public Shared Function Identity (
dimension As Integer
) As ComplexMatrix
public:
static ComplexMatrix^ Identity(
int dimension
)
static member Identity :
dimension : int -> ComplexMatrix
- dimension Int32
- The dimension of the identity matrix.
ComplexMatrixThe identity matrix having the specified dimension.