Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface NFOpts

Optional arguments

Hierarchy

  • NFOpts

Index

Properties

Optional changeBases

changeBases: boolean

Updates the basechange matrices P and Q if true. If set to false, the matrices remains empty.

Optional copy

copy: boolean

If true, the input is left unchanged, and the reduced matrix D is a new matrix. Otherwise, A is mutated to D, and the reference to A to returned as D. Default is true.

Optional recordSteps

recordSteps: boolean

Record the reduction steps if needed.

Generated using TypeDoc