std::tuple< DenseTensor< 2, double >, Index > syten::DenseSolve::solve | ( | DenseTensor< 2, double > const & | a, |
DenseTensor< 2, double > const & | b | ||
) |
Solves the system real \( 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().