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
/
matgetrow.d.ts
3 lines
(2 loc)
•
167 B
TypeScript
View Raw
1
2
3
export
function
matgetrow
(
matrix
:
any
,
i
:
any
, ...
args
:
any
[]
):
import
(
"../../../../Types/Symbol"
).
Symbol
|
Matrix
;
import
{
Matrix
}
from
"../../../../Types/Matrix"
;