Imporive support for Map alignment and alignment retrieval
See merge request oss/rotgen!15
This commit is contained in:
parent
73cf7c832b
commit
84626f6896
12 changed files with 1345 additions and 48 deletions
|
|
@ -7,7 +7,6 @@
|
|||
//==================================================================================================
|
||||
#pragma once
|
||||
|
||||
#include <rotgen/detail/static_info.hpp>
|
||||
#include <Eigen/Dense>
|
||||
#include <iostream>
|
||||
|
||||
|
|
@ -31,7 +30,7 @@ namespace rotgen
|
|||
using map_type = typename compute_map_type<Ref,Options,isConst>::type;
|
||||
}
|
||||
|
||||
template<typename Ref, int Options = ColMajor, typename Stride = stride>
|
||||
template<typename Ref, int Options = Unaligned, typename Stride = stride>
|
||||
class map : private detail::map_type<std::remove_const_t<Ref>, Options, std::is_const_v<Ref>>
|
||||
{
|
||||
public:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue