Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

MetricMatrix

import type { MetricMatrix } from "https://googleapis.deno.dev/v1/spanner:v1.ts";

A message representing a matrix of floats.

interface MetricMatrix {
rows?: MetricMatrixRow[];
}

§Properties

§

The rows of the matrix.