File: matrix_access.sb

package info (click to toggle)
python-pyglm 2.8.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,008 kB
  • sloc: cpp: 53,029; python: 3,683; makefile: 7
file content (23 lines) | stat: -rw-r--r-- 1,057 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
\c\This file was generated using a tool\c\
\h1\matrix_access methods\h1\
The following methods are all part of the \b\matrix_access methods\b\.
Defines functions to access rows or columns of a matrix easily.
\h2\Table of contents\h2\
\ul\
\-\\url #column-function\\b\column\b\ function\url\
\-\\url #row-function\\b\row\b\ function\url\
\ul\
\h3\column() function\h3\
\raw\#### <code>glm.<code>**column**(**m**: *matNxM*, **index**: *int*) -\\> *vecM*</code></code>\raw\
\raw\&emsp;&emsp;\raw\Get a specific column of a matrix.

\raw\#### <code>glm.<code>**column**(**m**: *matNxM*, **index**: *int*, **x**: *vecM*) -\\> *matNxM*</code></code>\raw\
\raw\&emsp;&emsp;\raw\Set a specific column to a matrix.

\h3\row() function\h3\
\raw\#### <code>glm.<code>**row**(**m**: *matNxM*, **index**: *int*) -\\> *vecN*</code></code>\raw\
\raw\&emsp;&emsp;\raw\Get a specific row of a matrix.

\raw\#### <code>glm.<code>**row**(**m**: *matNxM*, **index**: *int*, **x**: *vecN*) -\\> *matNxM*</code></code>\raw\
\raw\&emsp;&emsp;\raw\Set a specific row to a matrix.