35 mooseAssert(static_cast<Real>(row_index) < static_cast<Real>(
_data.rows()),
36 "row_index cannot be out of bounds of the data.");
37 mooseAssert(static_cast<Real>(col_index) < static_cast<Real>(
_data.cols()),
38 "col_index cannot be out of bounds of the data.");
40 return _data(row_index, col_index);
void setNumberOfRows(dof_id_type n_rows)
static InputParameters validParams()
Eigen::Matrix< Real, Eigen::Dynamic, Eigen::Dynamic > RealEigenMatrix
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
void setNumberOfCols(dof_id_type n_cols)