PARTONS/NumA++
|
Numerical Analysis C++ routines
|
Tools for the Eigen wrapper. More...
Static Public Member Functions | |
static Eigen::MatrixXd | convertToEigen (const MatrixD &A) |
Convert a matrix from NumA type to Eigen type. More... | |
static Eigen::VectorXd | convertToEigen (const VectorD &V) |
Convert a vector from NumA type to Eigen type. More... | |
static VectorD | convertToVectorD (const Eigen::VectorXd &V) |
Convert a vector from Eigen type to NumA type. More... | |
Tools for the Eigen wrapper.
Workaround to not have PARTONS depend on Eigen. The methods defined here are only used in the cpp files of NumA++. Do not include this file in PARTONS.
|
static |
|
static |
|
static |