Skip to content

Commit

Permalink
docs: remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
kgryte committed Apr 27, 2024
1 parent 41a012f commit a847f6b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions lib/node_modules/@stdlib/blas/base/ddot/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 lib/node_modules/@stdlib/blas/base/ddot/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

1 comment on commit a847f6b

@stdlib-bot
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage Report

Package Statements Branches Functions Lines
blas/base/ddot $\color{green}454/454$
$\color{green}+100.00\%$
$\color{green}45/45$
$\color{green}+100.00\%$
$\color{green}4/4$
$\color{green}+100.00\%$
$\color{green}454/454$
$\color{green}+100.00\%$
blas/base/dsdot $\color{green}454/454$
$\color{green}+100.00\%$
$\color{green}45/45$
$\color{green}+100.00\%$
$\color{green}4/4$
$\color{green}+100.00\%$
$\color{green}454/454$
$\color{green}+100.00\%$

The above coverage report was generated for the changes in this push.

Please sign in to comment.