#include "types.h"
#include <Eigen/Dense>
Go to the source code of this file.
Namespaces | |
namespace | MR |
namespace | MR::Math |
namespace | MR::Math::Stats |
Typedefs | |
using | MR::Math::Stats::value_type = MR::default_type |
using | MR::Math::Stats::matrix_type = Eigen::Matrix< value_type, Eigen::Dynamic, Eigen::Dynamic > |
using | MR::Math::Stats::vector_type = Eigen::Array< value_type, Eigen::Dynamic, 1 > |
using | MR::Math::Stats::index_array_type = Eigen::Array< size_t, Eigen::Dynamic, 1 > |