Linear Algebra Symbol API

    .. currentmodule:: mxnet.symbol.linalg

Overview

This document lists the linear algebra routines of the symbolic expression package:

.. autosummary::
    :nosignatures:

    mxnet.symbol.linalg

The Linear Algebra Symbol API, defined in the symbol.linalg package, provides symbolic expressions for linear algebra routines.

In the rest of this document, we list routines provided by the symbol.linalg package.

Linear Algebra

.. currentmodule:: mxnet.symbol.linalg

.. autosummary::
    :nosignatures:

    gemm
    gemm2
    potrf
    potri
    trmm
    trsm
    sumlogdiag
    syrk
    gelqf
    syevd

API Reference


.. automodule:: mxnet.symbol.linalg :members: