Template Function Karana::Math::isReady(const Eigen::ArrayBase&)

Template Function Karana::Math::isReady(const Eigen::ArrayBase<Derived>&)#

Function Documentation#

template<typename Derived>
bool Karana::Math::isReady(const Eigen::ArrayBase<Derived> &array)#

Check if the incoming matrix is initialized.

Parameters:

array – The ArrayBase to check if is initialized.

Returns:

true if the matrix is initialized, false otherwise.