fix the explicit instantiation in hoNDArray_ele...
remove hoNDArray_math_util.h/.cpp
use loop for all hoNDArray operators; replace a...
first checkin on local branch
Merge remote-tracking branch 'origin/developmen...
Merge branch 'development_merge_hx' of vatican....
Merge branch 'development' into development_mer...
fix for more windows hdf5 linkage
use HDF5_ROOT to find hdf5 in windows
make sure all math functions throw exceptions
further fix for math return boolean
Merge branch 'development' of ssh://git.code.sf...
change the webapp.conf to use /home/gadgetron_c...
add initial version of install chroot image scr...
add hoNDArray_linalg.h/.cpp
Merge branch 'development' of ssh://git.code.sf...
update htgrappa.cpp after adding hoNDArray_linalg
merge from sf
fix the molli test case after fixing the vb17 n...
Merge branch 'development' of ssh://git.code.sf...
change the naming of hoMatrix_util functions
clean the functions in hoNDImage_util
Merge branch 'development' of ssh://git.code.sf...
remove hoNDMath_util and math namespace
Merge branch 'development_hxue_sf_prep_20141104...
remove hoNDMath_util.cpp/.h and math_speed_test...
remove hoNDMath_util and math namespace
make the hoNDImage derived from hoNDArray
move gtplus xml to the gadget
remove all inlude hoNDArray_operators.h
move gtplus xml to the gadget
add a missing this-> in hoNDImage.hxx
the create_chroot has 6 parameters now
update create_chroot.sh to create disk image an...
fix the grappa_test after removing GT_Complex8
remove GT_Complex8 and GT_Complex16 types
Merge branch 'development' of ssh://git.code.sf...
fix the run-webapp.sh.in after the 7T scanner test
remove hoCuNDArray_operators.h from installatio...
fix a few small windows compilation issues
use loop for all math
add type test for math_speed_test; add memory i...
remove USE_MKL and armadillo implementation of ...
fix the cloud bus remove_stale_nodes(); dependi...
remove all mkl calls from hoNDFFT; add get_num_...
remove more USE_MKL; add mimial data length con...
fix a include path for mkl.h
clean more arma hoMatrix_util functions
NoiseAdjust and RemoveROOversampling does not c...
clearn mkl from hoNDFFT
remove prepMKL
remove USE_MKL from gadgets/mri_core/NoiseAdjus...
Merge branch 'development' of ssh://git.code.sf...
include omp.h
remove ILP mode from hoNDMath_util.cpp
put in the threading control to hoNDFFT
change gemm to not allow the &C==&A or &C==&B
fix the gadgets/interventional_mri/CMakeLists.t...
fix windows debug linkage for gadgets/intervent...
fix the meas_max_idx_ in GtPlusReconGadget.cpp
add the fftw plan many
fix the occasion crash caused by giving same ar...
make sure gemm does not work on same input arrays
fix some warnings and missing using BaseClass::...
according to speed test, use blas calls for dot...
make sure NoiseAdjust and RemoveROOversampling ...
fix the timing of math functions and integratio...
update apps/gadgetron/webapp/gadgetron_web_app....
small chnage in the hoNDFFT
reformat the space in hoMatrix_util.h/cpp
revert the mistaken push for mutex in fft
change the include headers for linalg_test, sin...
use ACE mutex in hoNDFFT
fix math speed test for intel ilp 64 mode
Merge branch 'development' of ssh://git.code.sf...
not use mkl fft for hoNDFFT
fix no mkl compilation in math speed test
change the GadgetronTimer
do not use multi-threading for simple math util...
fix lapack complex float definition in math spe...
put more output msg for reg
reg 2D use single thread
change minimal number of elements to use thread...
since the ffw can crash in windows, temporaliy ...
use simple loop for operations
make math speed test do not rely on mkl
further remove blas call in toolboxes/core/cpu/...
change the texts for math speed test runs
fix the allocation of res_float_
add math_speed_test
fix test/math_speed_test.cpp >> typo
put more output msg for reg
use default(none) to for more check
add more timing in toolboxes/gtplus/workflow/gt...
math speed test add absolute
remove explicit mkl calls; do not compute wrap ...
not use mkl fft for hoNDFFT
adjust hoImageReg
fix the cloud bus windows compilation; change t...
perfer to gemm in NoiseAdjust gadget