RealMatrix.CreateIdentity Method
Public Shared Function CreateIdentity( _
ByVal dim As Integer _
) As RealMatrix
This language is not supported or no code example is available.
public static RealMatrix CreateIdentity(
int dim
)
This language is not supported or no code example is available.
public:
static RealMatrix^ CreateIdentity(
int dim
)
This language is not supported or no code example is available.
Parameters
- dim
- int
The size of the square matrix.