Automatic Differentiation
 
Loading...
Searching...
No Matches

◆ vari_view_eigen()

template<typename Derived >
stan::math::vari_view_eigen< Derived >::vari_view_eigen ( )
privatedefault

Making the base constructor private while making the derived class a friend help's catch if derived types inherit from another derived types base class.

See the fluentcpp article on CRTP for more information.