File: MMULT-Function.properties

package info (click to toggle)
libformula 1.1.7.dfsg-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,236 kB
  • sloc: java: 17,370; xml: 1,541; makefile: 19
file content (6 lines) | stat: -rw-r--r-- 317 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
display-name=MMULT
description=Array multiplication. Returns the product of two arrays.
parameter.0.display-name=array
parameter.0.description=The first array for the array product.
parameter.1.display-name=array
parameter.1.description=The second array having the same number of rows as the first array has columns.