OGS
NumLib::LocalLinearLeastSquaresExtrapolator::CachedData Struct Reference

Detailed Description

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.
 

Member Data Documentation

◆ A

Eigen::MatrixXd NumLib::LocalLinearLeastSquaresExtrapolator::CachedData::A

The matrix A.

Definition at line 113 of file LocalLinearLeastSquaresExtrapolator.h.

◆ A_pinv

Eigen::MatrixXd NumLib::LocalLinearLeastSquaresExtrapolator::CachedData::A_pinv

Moore-Penrose pseudo-inverse of A.

Definition at line 116 of file LocalLinearLeastSquaresExtrapolator.h.


The documentation for this struct was generated from the following file: