Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Matrix

Hierarchy

  • Matrix

Index

Constructors

Properties

Methods

Constructors

constructor

  • new Matrix(cols: number, rows: number): Matrix

Properties

cols

cols: number

data

data: Float32Array

rows

rows: number

size

size: number

Methods

copyTo

  • copyTo(matrix: Matrix): void

Generated using TypeDoc