#include "types.h"
#include "dwi/shells.h"
Go to the source code of this file.
|
template<typename T , class MatrixType > |
Eigen::Matrix< T, Eigen::Dynamic, Eigen::Dynamic > | MR::DWI::grad2bmatrix (const MatrixType &grad, bool dki=false) |
|
template<class MatrixType , class VectorTypeOut , class VectorTypeIn > |
void | MR::DWI::dwi2tensor (VectorTypeOut &dt, const MatrixType &binv, VectorTypeIn &dwi) |
|
template<class VectorType > |
VectorType::Scalar | MR::DWI::tensor2ADC (const VectorType &dt) |
|
template<class VectorType > |
VectorType::Scalar | MR::DWI::tensor2FA (const VectorType &dt) |
|
template<class VectorType > |
VectorType::Scalar | MR::DWI::tensor2RA (const VectorType &dt) |
|