Template Function Karana::Math::makeNotReady(Eigen::DenseBase&)

Template Function Karana::Math::makeNotReady(Eigen::DenseBase<Derived>&)#

Function Documentation#

template<typename Derived>
void Karana::Math::makeNotReady(Eigen::DenseBase<Derived> &base)#

Set the elements of the DenseBase with NAN values to set it to not ready state.

Parameters:

base – The Eigen DenseBase object to makeNotReady.