Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Options

Interface for optional parameters for the elementary operations.

Hierarchy

  • Options

Index

Properties

Properties

Optional changeBase

changeBase: boolean

if true, the corresponding elemetary matrix E and the inverse, Einv, thereof are returned. Default is true. For row operation on a matrix A, the resulting matrix is equal to EA. For column operation on a matrix A, the resulting matrix is equal to AE.

Optional copy

copy: boolean

if true, the original matrix is left unchanged, and a new copy of the reduced matrix is returned. Default is true.

Optional offset

offset: number

Offset of the matrix used. Default is 0. One can make use of it to speed up the operations substantially.

Generated using TypeDoc