DMRITool  v0.1.1-139-g860d86b4
Diffusion MRI Tool
Namespaces | Functions
utlSpams.h File Reference
#include "linalg.h"
#include "utlNDArray.h"
+ Include dependency graph for utlSpams.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 spams
 

Functions

template<class T >
void spams::MatrixToUtlMatrix (const Matrix< T > &matSpams, utl::NDArray< T, 2 > &matUtl)
 
template<class T >
void spams::SpMatrixToUtlMatrix (const SpMatrix< T > &mat, utl::NDArray< T, 2 > &result)
 
template<class T >
void spams::UtlMatrixToMatrix (const utl::NDArray< T, 2 > &matUtl, Matrix< T > &matSpams)
 
template<class T >
void spams::UtlVectorToVector (const utl::NDArray< T, 1 > &v, Vector< T > &vec)
 
template<class T >
void spams::VectorToUtlVector (const Vector< T > &v, utl::NDArray< T, 1 > &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 utlSpams.h.