QuickRank  v2.0
QuickRank: A C++ suite of Learning to Rank algorithms
Macros | Functions
transpose.cc File Reference
#include "utils/transpose.h"

Macros

#define TRNSP_BLOCKSIZE   64
 size of a square block of elements to traspose More...
 

Functions

void transpose (float **output, float **input, const size_t n, const size_t m)
 

Macro Definition Documentation

#define TRNSP_BLOCKSIZE   64

size of a square block of elements to traspose

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