std::tuple< DenseTensor< 2, std::complex< double > >, Index > syten::DenseSolve::solve_cm | ( | DenseTensor< 2, std::complex< double > > const & | a, |
DenseTensor< 2, std::complex< double > > const & | b | ||
) |
Solves the system complex \( A X = B \) in column-major mode and returns \( X \) in column-major mode and the calculated rank of the matrix \( A \).
References std::move(), and syten::DenseSolve::solve_cm().