Click or drag to resize
Accord.NET (logo)

Matrix. CreateAs Method

Overload List
  NameDescription
Public methodStatic memberCreateAs<T>(T[,])
Creates a new multidimensional matrix with the same shape as another matrix.
Public methodStatic memberCreateAs<T>(T[][])
Creates a new multidimensional matrix with the same shape as another matrix.
Public methodStatic memberCreateAs<TInput, TOutput>(TInput[,])
Creates a new multidimensional matrix with the same shape as another matrix.
Public methodStatic memberCreateAs<TInput, TOutput>(TInput[][])
Creates a new multidimensional matrix with the same shape as another matrix.
Top
See Also