File: mtx_min2.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 (22 lines) | stat: -rw-r--r-- 455 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
---
title: mtx_min2
description: get element-wise minima of two matrices
categories:
- object
pdcategory: Element Math
see_also:
- mtx_max2
- mtx_minmax
inlets:
  1st:
  - type: matrix
    description: right hand operand
  2nd:
  - type: matrix
    description: right hand operand
outlets:
  1st:
  - type: matrix
    description: output
---
$$C_{m\times n} = {\min}^\circ (A_{m\times n}, B_{m\times n}) \quad \equiv \quad c_{ij} = \min(a_{ij}, b_{ij})$$