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, double threshold = 1e-12)# Return the list of indices of independent columns in the input matrix.
- Parameters:
mat – The input matrix
threshold – the threshold to use for rank check
- Returns:
the list of indices of independent columns