|
MatrixCreateAsTInput, TOutput Method (TInput)
|
Creates a new multidimensional matrix with the same shape as another matrix.
Namespace:
Accord.Math
Assembly:
Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax public static TOutput[,] CreateAs<TInput, TOutput>(
TInput[,] matrix
)
Public Shared Function CreateAs(Of TInput, TOutput) (
matrix As TInput(,)
) As TOutput(,)
Request Example
View SourceParameters
- matrix
- Type: TInput
Type Parameters
- TInput
- TOutput
Return Value
Type:
TOutputSee Also