Click or drag to resize
Accord.NET (logo)

MatrixJaggedMagic Method

Note: This API is now obsolete.

Creates a jagged magic square matrix.

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

Parameters

size
Type: SystemInt32

Return Value

Type: Double
See Also