Skip to content
Snippets Groups Projects
Forked from antik / gsll
Source project has a limited visibility.
  • Liam Healy's avatar
    913040d8
    Use FSBV for functions taking complex scalars · 913040d8
    Liam Healy authored
    The BLAS matrix-product functions now work on complex arrays using
    FSBV, but there are no tests yet.  New tests vector-set-all and
    matrix-set-all replace set-all tests with addition, and work for all
    types including complex using FSBV.  Default optional argument marrays
    are initialized to 0.  Polynomial evaluation with complex argument
    uncommented, but not yet working.
    913040d8
    History
    Use FSBV for functions taking complex scalars
    Liam Healy authored
    The BLAS matrix-product functions now work on complex arrays using
    FSBV, but there are no tests yet.  New tests vector-set-all and
    matrix-set-all replace set-all tests with addition, and work for all
    types including complex using FSBV.  Default optional argument marrays
    are initialized to 0.  Polynomial evaluation with complex argument
    uncommented, but not yet working.