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

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

Function Documentation#

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

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.