QuickRank  v2.0
QuickRank: A C++ suite of Learning to Rank algorithms
Functions
transpose.h File Reference
#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)
 

Function Documentation

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

Parameters
inputmatrix to transpose
outputtrasposed matrix
nnumber of rows of input matrix
mnumber of columns of input matrix