23 #ifndef SRC_TYPES_MATRIXXISPECIALIZATIONS_HPP_
24 #define SRC_TYPES_MATRIXXISPECIALIZATIONS_HPP_
Eigen::VectorXi VectorXi
Vector of integers (of dynamic size).
std::shared_ptr< mic::types::MatrixXi > MatrixXiPtr
Shared pointer to matrix of integers (of dynamic size).
mic::types::Matrix< int > MatrixXi
Matrix of integers (of dynamic size).
std::shared_ptr< Eigen::VectorXi > VectorXiPtr
Shared pointer of vector with integers (of dynamic size).
Template-typed Matrix of dynamic size. Uses OpenBLAS if found by CMAKE - overloaded, specializations of * operator for types: float, double.