@stdlib/blas-base-dger
v0.0.1
Published
Performs the rank 1 operation A = alpha⋅x⋅y^T + A.
Downloads
6
Readme
dger
TODO.
TODO
Installation
npm install @stdlib/blas-base-dger
Usage
var dger = require( '@stdlib/blas-base-dger' );
TODO
TODO
/* to-do */
TODO
Notes
Examples
/* to-do */
C APIs
Usage
#include "stdlib/blas/base/dger.h"
TODO
TODO.
TODO
TODO
TODO
Examples
TODO
Notice
This package is part of stdlib, a standard library for JavaScript and Node.js, with an emphasis on numerical and scientific computing. The library provides a collection of robust, high performance libraries for mathematics, statistics, streams, utilities, and more.
For more information on the project, filing bug reports and feature requests, and guidance on how to develop stdlib, see the main project repository.
Community
License
See LICENSE.
Copyright
Copyright © 2016-2024. The Stdlib Authors.