#include "covMaterniso3.h"
Go to the source code of this file.
Functions | |
MatrixXf | covMaterniso3 (const MatrixXf &x, const MatrixXf &z, double sf2, double ell, bool diag) |
MatrixXf | dist (const MatrixXf &x, const MatrixXf &z) |
MatrixXf covMaterniso3 | ( | const MatrixXf & | x, |
const MatrixXf & | z, | ||
double | sf2, | ||
double | ell, | ||
bool | diag | ||
) |
Definition at line 13 of file covMaterniso3.cpp.
MatrixXf dist | ( | const MatrixXf & | x, |
const MatrixXf & | z | ||
) |
Definition at line 5 of file covMaterniso3.cpp.