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::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) |
Definition in file utlSpams.h.