parent
9901765ef9
commit
4ba8b3c6a9
13 changed files with 70 additions and 54 deletions
|
|
@ -21,7 +21,7 @@ struct CLASSNAME::payload
|
|||
using matrix_type = Eigen::Matrix<TYPE,Eigen::Dynamic,Eigen::Dynamic,STORAGE_ORDER>;
|
||||
using matrix_block_type = Eigen::Block<matrix_type CONST>;
|
||||
using matrix_storage_t = std::pair<matrix_block_type, matrix_type CONST*>;
|
||||
using map_type = Eigen::Map<matrix_type,Eigen::Unaligned,stride_type>;
|
||||
using map_type = Eigen::Map<matrix_type CONST,Eigen::Unaligned,stride_type>;
|
||||
using map_block_type = Eigen::Block<map_type CONST>;
|
||||
using map_storage_t = std::pair<map_block_type, map_type CONST*>;
|
||||
using data_type = std::variant<matrix_storage_t, map_storage_t>;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue