Liking cljdoc? Tell your friends :D

Linear Algebra NDArray API

    .. currentmodule:: mxnet.ndarray.linalg

Overview

This document lists the linear algebra routines of the n-dimensional array package:

.. autosummary::
    :nosignatures:

    mxnet.ndarray.linalg

The Linear Algebra NDArray API, defined in the ndarray.linalg package, provides imperative linear algebra tensor operations on CPU/GPU.

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

Linear Algebra

.. currentmodule:: mxnet.ndarray.linalg

.. autosummary::
    :nosignatures:

    gemm
    gemm2
    potrf
    potri
    trmm
    trsm
    sumlogdiag
    syrk
    gelqf
    syevd

API Reference


.. automodule:: mxnet.ndarray.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