Namespace: NReco.Math3Assembly: NReco.Recommender (in NReco.Recommender.dll) Version: 1.0.0.0 (1.0.0.0)
public static double[,] transpose(
double[,] m
)
public static double[,] transpose(
double[,] m
)
Public Shared Function transpose (
m As Double(,)
) As Double(,)
Public Shared Function transpose (
m As Double(,)
) As Double(,)
public:
static array<double,2>^ transpose(
array<double,2>^ m
)
public:
static array<double,2>^ transpose(
array<double,2>^ m
)
static member transpose :
m : float[,] -> float[,]
static member transpose :
m : float[,] -> float[,]
Return Value
Type:
Double