![]() |
Matrix. CreateAs Method |
Name | Description | |
---|---|---|
![]() ![]() | CreateAs<T>(T[,]) |
Creates a new multidimensional matrix with the same shape as another matrix.
|
![]() ![]() | CreateAs<T>(T[][]) |
Creates a new multidimensional matrix with the same shape as another matrix.
|
![]() ![]() | CreateAs<TInput, TOutput>(TInput[,]) |
Creates a new multidimensional matrix with the same shape as another matrix.
|
![]() ![]() | CreateAs<TInput, TOutput>(TInput[][]) |
Creates a new multidimensional matrix with the same shape as another matrix.
|