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

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

Function Documentation#

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

Check if the incoming matrix is initialized.

Parameters:

mat – The matrix to check if is initialized.

Returns:

true if the matrix is initialized, false otherwise.