namespace lm { namespace interpolate { | |
typedef Eigen::MatrixXf Matrix; | |
typedef Eigen::VectorXf Vector; | |
typedef Matrix::Scalar Accum; | |
}} // namespaces | |
namespace lm { namespace interpolate { | |
typedef Eigen::MatrixXf Matrix; | |
typedef Eigen::VectorXf Vector; | |
typedef Matrix::Scalar Accum; | |
}} // namespaces | |