public class BallStick extends java.lang.Object implements ModelPDF
Constructor and Description |
---|
BallStick(double diff,
double vf,
double[] ori)
constructor for specified diffusivity, volume fraction and
orientation
|
Modifier and Type | Method and Description |
---|---|
double |
at(double[] x,
double tau)
Returns the value of the function at the specified point and time.
|
double |
ftAt(double[] q,
double tau)
Returns the value of the FT of the function at the specified wavenumber.
|
double |
ftAtB_Vec(double[] g,
double b)
Returns the value of the FT of the function at the specified gradient direction and b-value.
|
double[] |
getInformationArray() |
double[][] |
getPDs()
Returns a list of principal directions.
|
public BallStick(double diff, double vf, double[] ori)
public double at(double[] x, double tau)
ModelPDF
public double ftAt(double[] q, double tau)
ModelPDF
public double ftAtB_Vec(double[] g, double b)
ModelPDF
public double[][] getPDs()
public double[] getInformationArray()