Bitbybit Docs
    Preparing search index...

    Class VectorsDto (Inputs.Vector)

    A list of vectors for vector.addAll, which adds them entry by entry into one vector.

    Index

    Constructors

    Properties

    Constructors

    • Parameters

      • Optionalvectors: number[][]

      Returns VectorsDto

    Properties

    vectors: number[][]

    The vectors to add together; the result has as many entries as the first.

    undefined