![]() |
QuickRank
v2.0
QuickRank: A C++ suite of Learning to Rank algorithms
|
#include <stdlib.h>
Go to the source code of this file.
Functions | |
void | transpose (float **output, float **input, const size_t n, const size_t m) |
void transpose | ( | float ** | output, |
float ** | input, | ||
const size_t | n, | ||
const size_t | m | ||
) |
traspose input float matrix made up of n rows and m columns block by block
input | matrix to transpose |
output | trasposed matrix |
n | number of rows of input matrix |
m | number of columns of input matrix |