Skip to content

Commit

Permalink
Add missing header detected on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
fspindle committed Nov 12, 2024
1 parent 94fe282 commit 3335621
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/core/src/math/matrix/vpMatrix_mul.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@

#ifndef DOXYGEN_SHOULD_SKIP_THIS

#include <visp3/core/vpMatrix.h> // for vpMatrix

// Since GSL doesn't provide Fortran interface for Lapack we should use
// gsl_blas_dgemm() and gsl_blas_dgemv() instead of dgemm() and dgemv().
// As a side effect, it means that we have to allocate and copy the matrix
Expand Down

0 comments on commit 3335621

Please sign in to comment.