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