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... |
Convert row-stored matrix to column-stored.
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.