DMRITool  v0.1.1-139-g860d86b4
Diffusion MRI Tool
Namespaces | Functions
utlITKSpams.h File Reference
#include "linalg.h"
#include <vnl/vnl_matrix.h>
#include <vnl/vnl_vector.h>
+ Include dependency graph for utlITKSpams.h:

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)
 

Detailed Description

Author
Dr. Jian Cheng (JC), jian..nosp@m.chen.nosp@m.g.198.nosp@m.3@gm.nosp@m.ail.c.nosp@m.om

Definition in file utlITKSpams.h.