An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

[![NPM version](https://badge.fury.io/js/armadillo.svg)](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