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