Skip to content

generic linear-algebra functions for Number types (e.g. BigFloat) #11

@stevengj

Description

@stevengj

It would be nice to have linear-algebra functions for BigFloat (possibly as an external package?) and other generic Number types.

Currently, \ on a BigFloat converts to Float64; eig and qr don't work at all.eig doesn't work.

The good news is that LINPACK-style triple-loop textbook implementations (straight out of Trefethen or Golub & Van Loan) should mostly suffice. Since BigFloat operations are CPU-limited rather than memory-limited, there is no reason to implement a LAPACK/BLAS-style blocked algorithm.

cc: @andrioni

Updated 21 August 2015 by @andreasnoack

Metadata

Metadata

Assignees

No one assigned

    Labels

    help wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions