Classes
core/vnl/vnl_fortran_copy_fixed.h File Reference

Convert row-stored matrix to column-stored. More...

#include <vnl/vnl_matrix_fixed.h>

Go to the source code of this file.

Classes

class  vnl_fortran_copy_fixed< T, R, C >
 Convert row-stored matrix to column-stored. More...

Detailed Description

Convert row-stored matrix to column-stored.

Author:
Andrew W. Fitzgibbon, Oxford RRG
Date:
29 Aug 96

convert C format (row-stored) matrix to fortran format (column-stored) matrix

    Modifications
     LSB (Manchester) 23/3/01 Tidied documentation
     Feb.2002 - Peter Vanroose - brief doxygen comment placed on single line
     Oct.2009 - Converted for a stack-storage fixed-size version
   

Definition in file vnl_fortran_copy_fixed.h.