Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/vectorizer/src/utils/misc/matrix.ts>Matrix#setAdd

Feature Extraction and Feature Selection in TypeScript
Go to Latest
method Matrix.prototype.setAdd
import { Matrix } from "https://deno.land/x/vectorizer@v0.3.7/src/utils/misc/matrix.ts";

Add a value to an existing element Will throw an error if the types mismatch

Parameters

row: number
col: number
val: number | bigint