mmcs-ruby/fast_matrix

View on GitHub
Branch: develop(View all)
NameLines of codeMaintainabilityTest coverage
.dockerignore
.gitignore
.travis.yml
CODE_OF_CONDUCT.md
Dockerfile
Gemfile
LICENSE.txt
README.md
Rakefile
ext/fast_matrix/Helper/c_array_opeartions.c
ext/fast_matrix/Helper/c_array_operations.h
ext/fast_matrix/Helper/errors.c
ext/fast_matrix/Helper/errors.h
ext/fast_matrix/LUPDecomposition/c_lup.c
ext/fast_matrix/LUPDecomposition/c_lup.h
ext/fast_matrix/LUPDecomposition/helper.h
ext/fast_matrix/LUPDecomposition/lup.c
ext/fast_matrix/LUPDecomposition/lup.h
ext/fast_matrix/Matrix/c_matrix.c
ext/fast_matrix/Matrix/c_matrix.h
ext/fast_matrix/Matrix/errors.h
ext/fast_matrix/Matrix/helper.h
ext/fast_matrix/Matrix/matrix.c
ext/fast_matrix/Matrix/matrix.h
ext/fast_matrix/Vector/c_vector.c
ext/fast_matrix/Vector/c_vector.h
ext/fast_matrix/Vector/errors.h
ext/fast_matrix/Vector/helper.h
ext/fast_matrix/Vector/vector.c
ext/fast_matrix/Vector/vector.h
ext/fast_matrix/c_include.c
ext/fast_matrix/extconf.rb2
A
0 mins
ext/fast_matrix/fast_matrix.c
ext/fast_matrix/fast_matrix.h
fast_matrix.gemspec
lib/errors.rb5
A
0 mins
lib/fast_matrix.rb5
A
0 mins
lib/fast_matrix/version.rb3
A
0 mins
lib/lup_decomposition/lup_decomposition.rb12
A
0 mins
lib/matrix/constructors.rb95
A
0 mins
lib/matrix/matrix.rb167
A
3 hrs
lib/scalar.rb83
A
0 mins
lib/vector/constructors.rb34
A
0 mins
lib/vector/vector.rb60
A
25 mins