Returns an identity matrix of the specified size.
Namespace:
CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public static DoubleMatrix Identity( int order ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function Identity ( _ order As Integer _ ) As DoubleMatrix |
| Visual C++ |
|---|
public: static DoubleMatrix^ Identity( int order ) |
Parameters
- order
- Type: System..::.Int32
The order of the matrix.