Template Function Karana::Math::getIndepRowColIndices#
Defined in File Defs.h
Function Documentation#
-
template<typename Derived>
std::pair<std::vector<unsigned int>, std::vector<unsigned int>> Karana::Math::getIndepRowColIndices(const Eigen::MatrixBase<Derived> &mat)# Return the pair of indices lists of indices of independent rows and columns in the input matrix.
- Parameters:
mat – The input matrix
- Returns:
the pair of indices lists of independent rows and columns