UNPKG

nerdamer-ts

Version:

javascript light-weight symbolic math expression evaluator

3 lines (2 loc) 175 B
export function matgetcol(matrix: any, col_index: any, ...args: any[]): import("../../../../Types/Symbol").Symbol | Matrix; import { Matrix } from "../../../../Types/Matrix";