22 "num_rows_function",
"The function to use for controlling the number of matrix rows.");
24 "num_cols_function",
"The function to use for controlling the number of matrix columns.");
26 "The function to use for producing the samples; x and y " 27 "will be the row and column index, respectively.");
29 "The InputMatrix 'matrix' parameter to control.");
35 _nrow_function(getFunction(
"num_rows_function")),
36 _ncol_function(getFunction(
"num_cols_function")),
37 _sample_function(getFunction(
"sample_function"))
52 setControllableValue<RealEigenMatrix>(
"parameter", matrix);
static InputParameters validParams()
Eigen::Matrix< Real, Eigen::Dynamic, Eigen::Dynamic > RealEigenMatrix
IntRange< T > make_range(T beg, T end)
static const std::complex< double > j(0, 1)
Complex number "j" (also known as "i")
virtual Real value(Real t, const Point &p) const