Convert row-stored matrix to column-stored. More...
#include <vnl_fortran_copy_fixed.h>
Public Member Functions | |
vnl_fortran_copy_fixed (vnl_matrix_fixed< T, R, C > const &M) | |
Generate a fortran column-storage matrix from the given matrix. | |
operator T * () | |
Protected Attributes | |
T | data [R *C] |
Convert row-stored matrix to column-stored.
Convert C format (row-stored) matrix to fortran format (column-stored) matrix.
Definition at line 27 of file vnl_fortran_copy_fixed.h.
vnl_fortran_copy_fixed< T, R, C >::vnl_fortran_copy_fixed | ( | vnl_matrix_fixed< T, R, C > const & | M | ) |
Generate a fortran column-storage matrix from the given matrix.
Definition at line 13 of file vnl_fortran_copy_fixed.txx.
vnl_fortran_copy_fixed< T, R, C >::operator T * | ( | ) | [inline] |
Definition at line 35 of file vnl_fortran_copy_fixed.h.
T vnl_fortran_copy_fixed< T, R, C >::data[R *C] [protected] |
Definition at line 39 of file vnl_fortran_copy_fixed.h.