BillCruise / mtrx

Simple matrix-creation functions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mtrx

Simple matrix-creation functions.

Provides simple functions for creating identity matrices, zero and ones matrices, and several matrices populated with random values.

Installation

You can install directly from GitHub using the R devtools package.

library(devtools)
install_github("billcruise/mtrx")

About

Simple matrix-creation functions.


Languages

Language:R 100.0%