Solves the system of equations AX=Y, where X is the unknown.
.. doxygenfunction:: solve(const OpA &A, const OpB &B)
Currently only supported for sparse matrix A, please see :ref:`sparse_tensor_api`.
Solves the system of equations AX=Y, where X is the unknown.
.. doxygenfunction:: solve(const OpA &A, const OpB &B)
Currently only supported for sparse matrix A, please see :ref:`sparse_tensor_api`.