Liking cljdoc? Tell your friends :D

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:

Can you improve this documentation? These fine people already did:
Haibin Lin, Sheng Zha & mseeger
Edit on GitHub

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close