Skip to main content
Module

x/math/matrix/mod.ts>Matrix#trace

Deno module for high-precision calculations and scientific computing
Latest
method Matrix.prototype.trace
Re-export
import { Matrix } from "https://deno.land/x/math@v1.1.0/matrix/mod.ts";

Get the trace of the Matrix

Parameters

optional
k: number = [UNSUPPORTED]

Returns

number