Contains all of the model reconstructions. More...
#include <cassert>
#include <vector>
#include <iostream>
#include "linalg.h"
#include "ISignalData.h"
#include "unscented_kalman_filter.h"
Go to the source code of this file.
Classes | |
struct | FilterModel |
Interface for implementation of a signal model. More... | |
struct | Full1T_FW |
Full 1-Tensor model with free water. More... | |
struct | Full1T |
Full 1-Tensor model without free water. More... | |
struct | Full2T |
Full 2-Tensor model without free water. More... | |
struct | Full2T_FW |
Full 2-Tensor model with free water. More... | |
struct | Full3T |
Full 3-Tensor model with free water. More... | |
struct | Simple1T_FW |
Simple 1-Tensor model with free water. More... | |
struct | Simple1T |
Simple 1-Tensor model. More... | |
struct | Simple2T |
Simple 2-Tensor model. More... | |
struct | Simple2T_FW |
Simple 2-Tensor model with free water. More... | |
struct | Simple3T |
Simple 3-Tensor model. More... |
Contains all of the model reconstructions.