File: reference_linalg.rst

package info (click to toggle)
python-scikit-cuda 0.5.3-2
  • links: PTS, VCS
  • area: contrib
  • in suites: sid
  • size: 1,516 kB
  • sloc: python: 18,940; ansic: 459; makefile: 95; sh: 9
file content (39 lines) | stat: -rw-r--r-- 441 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
.. -*- rst -*-

.. currentmodule:: skcuda.linalg

Linear Algebra Routines and Classes
===================================

.. autosummary::
   :toctree: generated/
   :nosignatures:

   add_diag
   add_dot
   cho_factor
   cho_solve
   cholesky
   conj
   det
   diag
   dmd
   dot_diag
   dot
   eig
   eye
   hermitian
   inv
   mdot
   multiply
   norm
   pinv
   qr
   scale
   svd
   PCA
   trace
   transpose
   tril
   triu
   vander