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 4508f54 commit 41a012f
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/dsdot/src/dsdot.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 single-precision floating-point vectors with extended accumulation and result.
*
* @see <a href="http://www.netlib.org/lapack/expolore-html/df/d28/group__single__blas__level1.html">dsdot</a>
*/
#include "stdlib/blas/base/dsdot.h"
#include "stdlib/blas/base/shared.h"

Expand Down
5 changes: 0 additions & 5 deletions lib/node_modules/@stdlib/blas/base/dsdot/src/dsdot_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 single-precision floating-point vectors with extended accumulation and result.
*
* @see <a href="http://www.netlib.org/lapack/expolore-html/df/d28/group__single__blas__level1.html">dsdot</a>
*/
#include "stdlib/blas/base/dsdot.h"
#include "stdlib/blas/base/dsdot_fortran.h"
#include "stdlib/blas/base/shared.h"
Expand Down

0 comments on commit 41a012f

Please sign in to comment.