https://github.com/planeshifter/node-armadillo
node.js wrapper for Armadillo C++ linear algebra library
https://github.com/planeshifter/node-armadillo
Last synced: about 1 year ago
JSON representation
node.js wrapper for Armadillo C++ linear algebra library
- Host: GitHub
- URL: https://github.com/planeshifter/node-armadillo
- Owner: Planeshifter
- License: mpl-2.0
- Created: 2014-01-27T02:27:58.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-07-07T15:02:32.000Z (almost 12 years ago)
- Last Synced: 2025-04-09T18:10:01.234Z (about 1 year ago)
- Language: C++
- Homepage:
- Size: 512 KB
- Stars: 5
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](http://badge.fury.io/js/armadillo)
node-armadillo
===========
Still in development.
Interface to the C++ Armadillo linear algebra library for node.js
## Installation
```bash
npm install armadillo
```
## Getting Started
```javascript
var arma = require('armadillo');
```
## General
#### `accu`
#### `cond`
#### `rank`
#### `trace`
### Vector/Matrix/Cube Valued Functions of Vectors/Matrices/Cubes
#### `diagmat`
#### `kron`
#### `trans`
#### `trimatu`
#### `trimatl`
### Decompositions, Factorisations, Inverses and Equation Solvers:
#### `chol`
#### `inv`
#### `pinv`
#### `qr`
#### `qr_econ`
## Matrices
### Constructors
### Operators
#### `add`
#### `subtract`
#### `elementDivide`
#### `elementMultiply`
### Methods
#### `print`
### Properties
#### `n_rows`
#### `n_cols`
#### `n_elem`
## Column Vectors
### Constructors
## Row Vectors
### Constructors
### Methods
### Properties
## Cubes
### Constructors
The Armadillo library provides
### Methods
### Properties
## Fields
### Constructors
### Methods
### Properties