eckit/maths/Matrix.h file

This file introduces classes

  • RowVector
  • ColVector
  • Matrix

By default, they are straight inherited from Eigen classes Due to current inability to compile Eigen on CRAY, Transitional classes have been created, which only implement a small subset of Eigen functionality, and to let at least code be compiled It is strongly advised to only use the subset in the transitional classes, or implement as needed

Namespaces

namespace eckit
namespace eckit::maths