░▒▓████████████████████████████████▓▒░ ░▒▓█ ▓▒░ ░▒▓█ ~ S W A M P ~ ▓▒░ ░▒▓█ ▓▒░ ░▒▓████████████████████████████████▓▒░
pplmvsvm
LOCATION:
/var/www/canvas/vendor/bundle/ruby/3.1.0/gems/matrix-0.4.2
☗ ROOT
↻ REFRESH
✎ CARVE FLESH
EDITING: matrix.gemspec
# frozen_string_literal: true begin require_relative "lib/matrix/version" rescue LoadError # for Ruby core repository require_relative "version" end Gem::Specification.new do |spec| spec.name = "matrix" spec.version = Matrix::VERSION spec.authors = ["Marc-Andre Lafortune"] spec.email = ["ruby-core@marc-andre.ca"] spec.summary = %q{An implementation of Matrix and Vector classes.} spec.description = %q{An implementation of Matrix and Vector classes.} spec.homepage = "https://github.com/ruby/matrix" spec.licenses = ["Ruby", "BSD-2-Clause"] spec.required_ruby_version = ">= 2.5.0" spec.files = ["LICENSE.txt", "lib/matrix.rb", "lib/matrix/eigenvalue_decomposition.rb", "lib/matrix/lup_decomposition.rb", "lib/matrix/version.rb", "matrix.gemspec"] spec.bindir = "exe" spec.executables = [] spec.require_paths = ["lib"] end
CANCEL
Name
Type
Size
Modified
Actions
↩ ..
DIR
—
—
📁 lib/
DIR
—
2023-09-24 03:46
📄 LICENSE.txt
TXT
1.3 KB
2023-09-24 03:46
EDIT
📄 matrix.gemspec
GEMSPEC
924 B
2023-09-24 03:46
EDIT