Template Function Karana::Math::getIndepColIndices# Defined in File Defs.h 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