Creates an identity matrix given a size.
Namespace: Austra.Library.HelpersAssembly: Austra.Library (in Austra.Library.dll) Version: 2.8.0+fe04b3c3b66145837635a6f9e3deae00ddb4c7d9
Syntaxpublic static double[] CreateIdentity(
int size
)
Parameters
- size Int32
- Number of rows and columns.
Return Value
DoubleAn identity matrix with the requested size.
See Also