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