(double** A,  int rows,  int cols,
  double** A_T)
 Transposes a matrix.
Documentation
Transposes a matrix.
- Parameters:
- A - :        double matrix
 rows - :     number of rows
 cols - :     number of columns
 A_T - :      transposed double matrix (the returned value)
 
Alphabetic index
This page was generated with the help of DOC++.