| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
Matrix constructors and associated utilities.
var ns = require( '@stdlib/ndarray/matrix' );Namespace containing ndarray matrix constructors and associated utilities.
var o = ns;
// returns {...}The namespace exports the following:
var objectKeys = require( '@stdlib/utils/keys' );
var ns = require( '@stdlib/ndarray/matrix' );
console.log( objectKeys( ns ) );| Back | FazBrowse Home | New Git URL |