Convert row-stored matrix to column-stored. More...
#include <vnl_fortran_copy.h>
Public Member Functions | |
vnl_fortran_copy (vnl_matrix< T > const &M) | |
Generate a fortran column-storage matrix from the given matrix. | |
~vnl_fortran_copy () | |
Destructor. | |
operator T * () | |
Protected Attributes | |
int | sz |
T * | data |
Convert row-stored matrix to column-stored.
Convert C format (row-stored) matrix to fortran format (column-stored) matrix.
Definition at line 26 of file vnl_fortran_copy.h.
vnl_fortran_copy< T >::vnl_fortran_copy | ( | vnl_matrix< T > const & | M | ) |
Generate a fortran column-storage matrix from the given matrix.
Definition at line 13 of file vnl_fortran_copy.txx.
vnl_fortran_copy< T >::~vnl_fortran_copy | ( | ) |
Destructor.
Definition at line 27 of file vnl_fortran_copy.txx.
vnl_fortran_copy< T >::operator T * | ( | ) | [inline] |
Definition at line 36 of file vnl_fortran_copy.h.
T* vnl_fortran_copy< T >::data [protected] |
Definition at line 41 of file vnl_fortran_copy.h.
int vnl_fortran_copy< T >::sz [protected] |
Definition at line 40 of file vnl_fortran_copy.h.