MachineIntelligenceCore:Algorithms
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
MatrixTypes.hpp
Go to the documentation of this file.
1 
23 #ifndef SRC_TYPES_MATRIXTYPES_HPP_
24 #define SRC_TYPES_MATRIXTYPES_HPP_
25 
27 
29 
31 
36 #define MAKE_MATRIX_PTR(eT, ...) std::make_shared<mic::types::Matrix<eT> >( mic::types::Matrix<eT> (__VA_ARGS__))
37 
38 
39 #endif /* SRC_TYPES_MATRIXTYPES_HPP_ */