Interface MatrixInterface<T, U>

Type Parameters

  • T

  • U

Hierarchy

  • MatrixInterface

Implemented by

Properties

columns: number

The number of columns in the matrix.

dataType: string

The data type of the matrix elements.

isSquare: boolean

Indicates whether the matrix is square.

isTall: boolean

Indicates whether the matrix is tall (more rows than columns).

isWide: boolean

Indicates whether the matrix is wide (more columns than rows).

mElements: T[]

The elements of the matrix.

numerical: Numerical<U>

The numercal class to use for calculations

rows: number

The number of rows in the matrix.

shape: string

The shape of the matrix.

size: number

The total number of elements in the matrix.

Methods

Generated using TypeDoc