1#ifndef TATAMI_WRAP_SHARED_PTR_HPP
2#define TATAMI_WRAP_SHARED_PTR_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 of some numeric type.
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