Convert row-stored matrix to column-stored. More...
#include <vnl/vnl_matrix.h>Go to the source code of this file.
Classes | |
| class | vnl_fortran_copy< T > |
| 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
Definition in file vnl_fortran_copy.h.
1.7.5.1