'Declaration Public Function CreateIdentity( _ ByVal rowCount As Integer, _ ByVal columnCount As Integer _ ) As IGDoubleMatrix
'Usage Dim instance As IGDoubleMatrix Dim rowCount As Integer Dim columnCount As Integer Dim value As IGDoubleMatrix value = instance.CreateIdentity(rowCount, columnCount)
public IGDoubleMatrix CreateIdentity( int rowCount, int columnCount )
public: IGDoubleMatrix* CreateIdentity( int rowCount, int columnCount )
public: IGDoubleMatrix^ CreateIdentity( int rowCount, int columnCount )
Parameters
- rowCount
- Matrix row count.
- columnCount
- Matrix column count.
Return Value
IGDoubleMatrix class object.