Options
All
  • Public
  • Public/Protected
  • All
Menu

Class for vector entires (also know as: vector values, cells). To be used only within a Vector object, or to create such.

Hierarchy

  • VectorEntry

Index

Constructors

Properties

coord: readonly number[]
value: Complex

Methods

  • toString(): string
  • Overrides toString() method.

    returms

    E.g. "Sparse vector entry [3,0,1] has value (1.00 - 0.50 i)"

    Returns string

  • Creates a VectorEntry from an integer index, coordinate sizes and value.

    Parameters

    • index: number

      an integer

    • sizes: number[]

      sizes od dimensions

    • value: Complex

      entry value

    Returns VectorEntry

Generated using TypeDoc