Vocabulary math.blas.vectors Class description The base class for all BLAS vector types. Objects of this type should not be created directly; instead, instantiate one of the typed subclasses:
All of these subclasses share the same tuple layout:
• underlying contains an alien pointer referencing or byte-array containing a packed array of float, double, float complex, or double complex values;• length indicates the length of the vector;• and inc indicates the distance, in elements, between elements.
See also blas-matrix-base Definition Methods
This documentation was generated offline from a
load-all
image. If you want, you can also
browse the documentation from within the UI developer tools . See
the Factor website
for more information.
Factor 0.100 x86.64 (2240, heads/master-adff5af2b7, Sep 20 2023 21:16:03)