DMRITool
v0.1.1-139-g860d86b4
Diffusion MRI Tool
|
Go to the source code of this file.
Namespaces | |
spams | |
Functions | |
template<class T > | |
void | spams::MatrixToVnlMatrix (const Matrix< T > &matSpams, vnl_matrix< T > &matVnl) |
template<class T > | |
void | spams::SpMatrixToVnlMatrix (const SpMatrix< T > &mat, vnl_matrix< T > &result) |
template<class T > | |
void | spams::VectorToVnlVector (const Vector< T > &v, vnl_vector< T > &vec) |
template<class T > | |
void | spams::VnlMatrixToMatrix (const vnl_matrix< T > &matVnl, Matrix< T > &matSpams) |
template<class T > | |
void | spams::VnlVectorToVector (const vnl_vector< T > &v, Vector< T > &vec) |
Definition in file utlITKSpams.h.