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

Go to the source code of this file.

Classes

class  utl::NDArray< T, Dim >
 
class  utl::NDArray< T, 1 >
 
class  utl::NDArrayBase< T, Dim >
 

Namespaces

 utl
 

Macros

#define __NDArray_vector_constructor(intType)
 

Detailed Description

utl::NDArray<T,1> class which uses blas mkl

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 utlVector.h.

Macro Definition Documentation

#define __NDArray_vector_constructor (   intType)
Value:
explicit NDArray(const intType size) : Superclass() \
{ \
SizeType shape[1]; \
shape[0]=size; \
}
#define __utl_ndarray_alloc_blah(shape)
Definition: utlNDArray.h:30

Definition at line 79 of file utlVector.h.