#include <LowRankGPModelBuilder.h>
Public Member Functions | |
| EigenfunctionComputationResult (unsigned _lowerInd, unsigned _upperInd, const MatrixType &_resMat) | |
| EigenfunctionComputationResult & | operator= (BOOST_COPY_ASSIGN_REF(EigenfunctionComputationResult) rhs) |
| EigenfunctionComputationResult (BOOST_RV_REF(EigenfunctionComputationResult) that) | |
| EigenfunctionComputationResult & | operator= (BOOST_RV_REF(EigenfunctionComputationResult) rhs) |
Public Attributes | |
| unsigned | lowerInd |
| unsigned | upperInd |
| MatrixType | resultForPoints |
This class holds the result of the eigenfunction computation for the points with index entries (lowerInd to upperInd)
1.8.6