Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support block matrices in several BLAS1 routines #226

Merged
merged 4 commits into from
Mar 28, 2017
Merged

Support block matrices in several BLAS1 routines #226

merged 4 commits into from
Mar 28, 2017

Commits on Mar 24, 2017

  1. Update Hadamard, Dot, ColumnTwoNorms, ColumnMaxNorms, and HilbertSchm…

    …idt to support block matrices, and add tests for Hadamard, Dot, ColumnTwoNorms, and ColumnMaxNorms.
    ndryden committed Mar 24, 2017
    Configuration menu
    Copy the full SHA
    90b6408 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4afe36a View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2017

  1. Test Hadamard, Dot, ColumnTwoNorms, and ColumnMaxNorms at higher prec…

    …ision and in complex variants. Clean up the syntax and use limits::Epsilon for checking error.
    ndryden committed Mar 27, 2017
    Configuration menu
    Copy the full SHA
    be1c42a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e9139f4 View commit details
    Browse the repository at this point in the history