|
| kernelMatrix (int input_NumRows, int input_NumCols, double(*input_Kernel)(int i, int j, void *kernelData), void *input_KernelData) |
|
Eigen::MatrixXd | block (const int min_i, const int min_j, const int numRows, const int numCols) const |
|
Eigen::MatrixXd | operator* (const Eigen::MatrixXd &X) const |
|
double | operator() (const int nRow, const int nCol) const |
|
int | rows () const |
|
int | cols () const |
|
The documentation for this class was generated from the following files: