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. More... | |
| 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 26 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.hxx.
|
inline |
Definition at line 34 of file vnl_fortran_copy_fixed.h.
|
protected |
Definition at line 38 of file vnl_fortran_copy_fixed.h.
1.8.15