6 lines
133 B
Text
6 lines
133 B
Text
|
namespace Eigen {
|
||
|
template<typename _Scalar, int _Rows, int _Cols, int _Options, int _MaxRows, int _MaxCols>
|
||
|
class Matrix {
|
||
|
};
|
||
|
};
|