UNPKG
nerdamer-ts
Version:
latest (1.2.0)
1.2.0
javascript light-weight symbolic math expression evaluator
nerdamer.com
mugabe/nerdamer
nerdamer-ts
/
dist
/
Functions
/
Core
/
matrix_vector
/
matrix
/
matrix.d.ts
3 lines
(2 loc)
•
99 B
TypeScript
View Raw
1
2
3
export
function
matrix
(...args: any[])
: Matrix;
import
{ Matrix } from
"../../../../Types/Matrix"
;