36 "Input matrix changed the number of columns from ",
50 mooseAssert(static_cast<Real>(row_index) < static_cast<Real>(
_data.rows()),
51 "row_index cannot be out of bounds of the data.");
52 mooseAssert(static_cast<Real>(col_index) < static_cast<Real>(
_data.cols()),
53 "col_index cannot be out of bounds of the data.");
55 return _data(row_index, col_index);
void setNumberOfRows(dof_id_type n_rows)
static InputParameters validParams()
void paramError(const std::string ¶m, Args... args) const
Eigen::Matrix< Real, Eigen::Dynamic, Eigen::Dynamic > RealEigenMatrix
dof_id_type getNumberOfRows() const
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
void setNumberOfCols(dof_id_type n_cols)
dof_id_type getNumberOfCols() const