OGS
|
Stores a matrix and its Moore-Penrose pseudo-inverse.
Definition at line 110 of file LocalLinearLeastSquaresExtrapolator.h.
Public Attributes | |
Eigen::MatrixXd | A |
The matrix A. | |
Eigen::MatrixXd | A_pinv |
Moore-Penrose pseudo-inverse of A. | |
Eigen::MatrixXd NumLib::LocalLinearLeastSquaresExtrapolator::CachedData::A |
The matrix A.
Definition at line 113 of file LocalLinearLeastSquaresExtrapolator.h.
Eigen::MatrixXd NumLib::LocalLinearLeastSquaresExtrapolator::CachedData::A_pinv |
Moore-Penrose pseudo-inverse of A.
Definition at line 116 of file LocalLinearLeastSquaresExtrapolator.h.