tkengo / mxruby

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MxRuby

Matrix or vector operations for ruby.

Installation

Unavailable.

Development

Compile

$ bundle exec rake compile:mxruby

Usage

MX.new

Rules

function name

  • mx_*** is a function that is defined as a ruby method.
  • mxx_*** is only used from C.
  • mxs_*** is also only used from C, but it is a static function.

copy function

  • mxx_copy_*** is copy function, which has interface that receive two arguments as src, dest.

About

License:MIT License


Languages

Language:Ruby 35.7%Language:C 31.2%Language:C++ 28.3%Language:HTML 4.8%