Skip to content

Commit

Permalink
Auto-generated commit
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Apr 27, 2024
1 parent 47ffab4 commit 46fab87
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions src/ddot.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@
* limitations under the License.
*/

/**
* Compute the dot product of two double-precision floating-point vectors.
*
* @see <a href="http://www.netlib.org/lapack/expolore-html/df/d28/group__single__blas__level1.html">ddot</a>
*/
#include "stdlib/blas/base/ddot.h"
#include "stdlib/blas/base/shared.h"

Expand Down
5 changes: 0 additions & 5 deletions src/ddot_f.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@
* limitations under the License.
*/

/**
* Compute the dot product of two double-precision floating-point vectors.
*
* @see <a href="http://www.netlib.org/lapack/expolore-html/df/d28/group__single__blas__level1.html">ddot</a>
*/
#include "stdlib/blas/base/ddot.h"
#include "stdlib/blas/base/ddot_fortran.h"
#include "stdlib/blas/base/shared.h"
Expand Down

0 comments on commit 46fab87

Please sign in to comment.