File: mtx_abs.md

package info (click to toggle)
pd-iemmatrix 0.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,576 kB
  • sloc: ansic: 15,440; makefile: 291; sh: 169
file content (19 lines) | stat: -rw-r--r-- 396 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
---
title: mtx_abs
description: calculate absolute values of matrix elements
categories:
- object
pdcategory: Element Math
see_also:
- abs
inlets:
  1st:
  - type: matrix
    description: input value to given function.
outlets:
  1st:
  - type: matrix
    description: the result of the operation.
draft: false
---
$$C_{m\times n} = A_{m\times n}^{|\circ|} \quad \equiv \quad c_{ij} = |a_{ij}|$$