Merge from eigen/eigen

This commit is contained in:
Michael Figurnov
2018-06-07 17:57:56 +01:00
70 changed files with 326 additions and 149 deletions

View File

@@ -20,7 +20,7 @@ namespace Eigen {
* \brief The tensor base class.
*
* This class is the common parent of the Tensor and TensorMap class, thus
* making it possible to use either class interchangably in expressions.
* making it possible to use either class interchangeably in expressions.
*/
template<typename Derived>