Skip to content

Commit

Permalink
Remove coefreff
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Johnson committed Oct 17, 2021
1 parent 82015b5 commit 264ef56
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions stan/math/prim/eigen_plugins.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,5 @@
#include "plugins/d_view.h"
#include "plugins/vi_view.h"



EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE
const Scalar& coeffRef(Index row, Index col) const {
eigen_internal_assert(row >= 0 && row < rows()
&& col >= 0 && col < cols());
return internal::evaluator<Derived>(derived()).coeffRef(row, col);
}

#define EIGEN_STAN_MATRIXBASE_PLUGIN
#define EIGEN_STAN_ARRAYBASE_PLUGIN

0 comments on commit 264ef56

Please sign in to comment.