DMRITool
v0.1.1-139-g860d86b4
Diffusion MRI Tool
|
#include "utlCore.h"
#include "utlVector.h"
#include "utlNDArray.h"
#include "utlVNL.h"
#include <vnl/vnl_matrix_fixed.h>
Go to the source code of this file.
Namespaces | |
utl | |
Functions | |
template<class T > | |
void | utl::UtlMatrixToVnlMatrix (const NDArray< T, 2 > &mat, vnl_matrix< T > &matVnl) |
template<class T > | |
vnl_matrix< T > | utl::UtlMatrixToVnlMatrix (const NDArray< T, 2 > &mat) |
template<class T > | |
vnl_vector< T > | utl::UtlVectorToVnlVector (const NDArray< T, 1 > &vec) |
template<class T > | |
void | utl::VnlMatrixToUtlMatrix (const vnl_matrix< T > &mat, utl::NDArray< T, 2 > &matUtl) |
template<class T , unsigned rows, unsigned cols> | |
void | utl::VnlMatrixToUtlMatrix (const vnl_matrix_fixed< T, rows, cols > &mat, utl::NDArray< T, 2 > &matUtl) |
template<class T > | |
utl::NDArray< T, 2 > | utl::VnlMatrixToUtlMatrix (const vnl_matrix< T > &mat) |
template<class T > | |
utl::NDArray< T, 1 > | utl::VnlVectorToUtlVector (const vnl_vector< T > &vec) |
Definition in file utlVNLIO.h.