get_perm¶ CholeskyFactor.get_perm()[source]¶ Return a copy of the permutation vector used in the factorization. Returns: p (ndarray) – The permutation vector p such that \(P A P^{\top}\) is the matrix that was factorized, where P is the permutation matrix corresponding to p, i.e., P = I[p].