#include "Qdos.h"
#include "GenericResidue.h"
Functions | |
QdRMatrix_var | Q_MLMR_calc (QdRMatrixSeq_var V, QdRMatrixSeq_var B, QdRMatrixSeq_var P, QdRScalarSeq_var N, QdRMatrix_var U, int nestsize) |
Returns the covariance matrix for the Minimum Linear Momentum Residue (MLMR) method. |
QdRMatrix_var Q_MLMR_calc | ( | QdRMatrixSeq_var | V, | |
QdRMatrixSeq_var | B, | |||
QdRMatrixSeq_var | P, | |||
QdRScalarSeq_var | N, | |||
QdRMatrix_var | U, | |||
int | nestsize | |||
) |
Returns the covariance matrix for the Minimum Linear Momentum Residue (MLMR) method.
V | - vector time series with plasma velocity in units of km/s | |
B | - vector time series with the magnetic field in units of nT | |
P | - matrix time series with the full 3x3 pressure tensor | |
N | - scalar time series with the plasma density in units of 1/cm3 | |
U | - vector - holds the calculated velocity in units of km/s on successful return. | |
nestsize | - number of elements in V,B,P,E,N and H. |