Click or drag to resize
Accord.NET (logo)

JaggedCreateAsTInput, TOutput Method (TInput)

Returns a new multidimensional matrix.

Namespace:  Accord.Math
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public static TOutput[][] CreateAs<TInput, TOutput>(
	TInput[][] matrix
)
Request Example View Source

Parameters

matrix
Type: TInput

Type Parameters

TInput
TOutput

Return Value

Type: TOutput
See Also