Click or drag to resize
Accord.NET (logo)

MatrixJaggedIdentity Method

Note: This API is now obsolete.

Returns the Identity matrix of the given size.

Namespace:  Accord.Math
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
[ObsoleteAttribute("Please use Jagged.Identity instead.")]
public static double[][] JaggedIdentity(
	int size
)
Request Example View Source

Parameters

size
Type: SystemInt32

Return Value

Type: Double
See Also