Options
All
  • Public
  • Public/Protected
  • All
Menu

Class AbstractMatrix Abstract

the Abstract base class of Matrix classes

Hierarchy

Implements

Index

Constructors

Properties

_v: Float32Array = ...

Accessors

  • get className(): string
  • get isIdentityMatrixClass(): boolean

Methods

  • at(row_i: number, column_i: number): number
  • determinant(): number
  • flattenAsArray(): number[]
  • isDummy(): boolean
  • isTheSourceSame(arrayBuffer: ArrayBuffer): boolean
  • toString(): string
  • toStringApproximately(): string
  • v(i: number): number

Generated using TypeDoc