1#ifndef TATAMI_WRAP_SHARED_PTR_HPP
2#define TATAMI_WRAP_SHARED_PTR_HPP
5#include "../base/Matrix.hpp"
27template<
typename Value_,
typename Index_>
30 return std::shared_ptr<const Matrix<Value_, Index_> >(std::shared_ptr<const Matrix<Value_, Index_> >{},
ptr);
Virtual class for a matrix.
Definition Matrix.hpp:59
Flexible representations for matrix data.
Definition Extractor.hpp:15
std::shared_ptr< const Matrix< Value_, Index_ > > wrap_shared_ptr(const Matrix< Value_, Index_ > *ptr)
Definition wrap_shared_ptr.hpp:28
auto consecutive_extractor(const Matrix< Value_, Index_ > *mat, bool row, Index_ iter_start, Index_ iter_length, Args_ &&... args)
Definition consecutive_extractor.hpp:35