Comparing BioDataAnalysis:master...xtensor-stack:master · BioDataAnalysis/xtensor-blas

Commits on Apr 14, 2025

  1. Configuration menu

    Browse the repository at this point in the history

  2. Configuration menu

    Browse the repository at this point in the history

  3. Configuration menu

    Browse the repository at this point in the history

  4. Configuration menu

    Browse the repository at this point in the history

  5. Configuration menu

    Browse the repository at this point in the history

  6. Configuration menu

    Browse the repository at this point in the history

  7. Configuration menu

    Browse the repository at this point in the history

  8. Configuration menu

    Browse the repository at this point in the history

  9. Configuration menu

    Browse the repository at this point in the history

  10. Configuration menu

    Browse the repository at this point in the history

  11. Configuration menu

    Browse the repository at this point in the history

Commits on Apr 15, 2025

  1. Configuration menu

    Browse the repository at this point in the history

Commits on Jul 15, 2025

  1. Configuration menu

    Browse the repository at this point in the history

  2. Fix: lstsq compilation with complex<float> inputs (xtensor-stack#251)

    This fix resolves a compilation error `gelsd.tcc:146:25: error: invalid
    conversion from 'const float*' to 'cxxlapack::FLOAT_COMPLEX*'` when
    linalg::lstsq is called with complex<float> arguments.
    Note that `complex<double>` and other types were unaffected.
    
    - A test case that demonstrates the issue is added to
    test/test_linalg.cpp
    - The fix adds const to the relevant interface to correctly match the
    expected input data type
    - The test compiles and passes with this fix
    
    ---------
    
    Co-authored-by: Johan Mabille <johan.mabille@gmail.com>
    Configuration menu

    Browse the repository at this point in the history

Commits on Jul 16, 2025

  1. Configuration menu

    Browse the repository at this point in the history

  2. Configuration menu

    Browse the repository at this point in the history

  3. Configuration menu

    Browse the repository at this point in the history

  4. Configuration menu

    Browse the repository at this point in the history