SyTen

◆ solve_cm() [1/4]

std::tuple< DenseTensor< 2, double >, Index > syten::DenseSolve::solve_cm ( DenseTensor< 2, double > &&  a,
DenseTensor< 2, double > &&  b 
)

Solves the system real \( A X = B \) in column-major mode and returns a tuple of \( X \) in column-major mode and the calculated rank of the matrix.

References syten::DenseTensor< rank, Scalar >::begin(), syten::DynArray< Type >::begin(), syten::DenseTensor< rank, Scalar >::dim(), syten::logGE(), std::make_tuple(), std::move(), syten::rank(), syten::DenseSolve::solve_cm(), SYTEN_BLAS_THREADS_SETUP, SYTEN_BLAS_THREADS_TEARDOWN, and SYTEN_SMALL_THRESHOLD.

+ Here is the call graph for this function: