mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Allow symbols to be used in compile-time expressions.
This commit is contained in:
@@ -91,6 +91,8 @@ template <typename XprType, typename RowIndices, typename ColIndices>
|
||||
class IndexedView;
|
||||
template <typename XprType, int Rows = Dynamic, int Cols = Dynamic, int Order = 0>
|
||||
class Reshaped;
|
||||
template <typename FirstType, typename SizeType, typename IncrType>
|
||||
class ArithmeticSequence;
|
||||
|
||||
template <typename MatrixType, int Size = Dynamic>
|
||||
class VectorBlock;
|
||||
|
||||
Reference in New Issue
Block a user