Template Function Karana::Math::getIndepColIndices

Template Function Karana::Math::getIndepColIndices#

Function Documentation#

template<typename Derived>
std::vector<unsigned int> Karana::Math::getIndepColIndices(const Eigen::MatrixBase<Derived> &mat)#

Return the list of indices of independent columns in the input matrix.

Parameters:

mat – The input matrix

Returns:

the list of indices of independent columns