mrs_lib
Various reusable classes, functions and utilities for use in MRS projects
|
Defines RHEIV and related stuff for surface fitting to points with known covariances according to [2]. More...
#include <Eigen/Dense>
#include <iostream>
#include <chrono>
Go to the source code of this file.
Classes | |
struct | mrs_lib::eigenvector_exception |
This exception may be thrown when solving the generalized eigenvalue problem with the M and N matrices. More... | |
class | mrs_lib::RHEIV< n_states, n_params > |
Implementation of the Reduced Heteroscedastic Errors In Variables surface fitting algorithm [2]. More... | |
Namespaces | |
mrs_lib | |
All mrs_lib functions, classes, variables and definitions are contained in this namespace. | |
Defines RHEIV and related stuff for surface fitting to points with known covariances according to [2].