Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 231 Bytes

solve.rst

File metadata and controls

10 lines (6 loc) · 231 Bytes

solve

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`.