RubyGems
npm
Organizations
Log in
Sign up
RubyGems
ruby-svd
Versions diffs
0.2.0 → 0.2.1
ruby-svd 0.2.0 → 0.2.1
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (2)
hide
show
data/ext/svd.c
+1
-1
metadata
+2
-2
data/ext/svd.c
CHANGED
Viewed
@@ -1,5 +1,5 @@
1
1
#include <stdio.h>
2
-
#include <ruby
/ruby
.h>
2
+
#include <ruby.h>
3
3
#include "svd.h"
4
4
5
5
VALUE decompose(VALUE module, VALUE matrix_ruby, VALUE m_ruby, VALUE n_ruby) {
metadata
CHANGED
Viewed
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
segments:
6
6
- 0
7
7
- 2
8
-
-
0
9
-
version: 0.2.
0
8
+
-
1
9
+
version: 0.2.
1
10
10
platform: ruby
11
11
authors:
12
12
- Will Cannings