Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
diminish7
/
nmatrix
Public
forked from
SciRuby/nmatrix
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
All time
Commit history
Commits on Feb 3, 2014
Merge pull request #178 from diminish7/RHASH_IFNONE_fix
Show description for 96900a6
translunar
committed
96900a6
View commit details
Copy full SHA for 96900a6
Browse repository at this point
Fixes assignment to const RHASH_IFNONE
Show description for bd6f65f
Jason Rush
committed
bd6f65f
View commit details
Copy full SHA for bd6f65f
Browse repository at this point
Commits on Dec 28, 2013
Updated copyright information and cleaned up a bit
translunar
committed
451e711
View commit details
Copy full SHA for 451e711
Browse repository at this point
NMatrix#concat, #hconcat, #dconcat, #vconcat, including specs.
Show description for ea4b348
translunar
committed
ea4b348
View commit details
Copy full SHA for ea4b348
Browse repository at this point
Update history
translunar
committed
657a067
View commit details
Copy full SHA for 657a067
Browse repository at this point
Merge branch 'prefer-atlas' of https://github.com/mvz/nmatrix into mvz-prefer-atlas
translunar
committed
6ff3c8f
View commit details
Copy full SHA for 6ff3c8f
Browse repository at this point
Merge branch 'master' of github.com:SciRuby/nmatrix
translunar
committed
e349df5
View commit details
Copy full SHA for e349df5
Browse repository at this point
NMatrix::VERSION now works more like Rails::VERSION, with support for
Show description for ff0b74a
translunar
committed
ff0b74a
View commit details
Copy full SHA for ff0b74a
Browse repository at this point
Commits on Dec 20, 2013
Prefer lapack and blas headers from atlas subdirectory
Show description for ab1ea99
mvz
committed
ab1ea99
View commit details
Copy full SHA for ab1ea99
Browse repository at this point
Commits on Dec 19, 2013
Merge pull request #173 from ThomasSevestre/add_gcc49
Show description for 83e4cac
translunar
committed
83e4cac
View commit details
Copy full SHA for 83e4cac
Browse repository at this point
Commits on Dec 17, 2013
add gcc4.9 support
Thomas Sevestre
committed
6cfe44e
View commit details
Copy full SHA for 6cfe44e
Browse repository at this point
Commits on Nov 23, 2013
Update README.rdoc
translunar
committed
718fba8
View commit details
Copy full SHA for 718fba8
Browse repository at this point
Update README.rdoc
Show description for 4e7a7be
translunar
committed
4e7a7be
View commit details
Copy full SHA for 4e7a7be
Browse repository at this point
Added Travis-CI build status to README
translunar
committed
4532340
View commit details
Copy full SHA for 4532340
Browse repository at this point
Updated Mac OS X install scripts for Mavericks
translunar
committed
2f1bc58
View commit details
Copy full SHA for 2f1bc58
Browse repository at this point
Enabled comparison between different matrix stypes. Not very efficient,
Show description for 8e4d7b0
translunar
committed
8e4d7b0
View commit details
Copy full SHA for 8e4d7b0
Browse repository at this point
Commits on Nov 22, 2013
Another change addressing #164 -- no longer necessary (or never was)
translunar
committed
c269653
View commit details
Copy full SHA for c269653
Browse repository at this point
Merge branch 'master' of github.com:SciRuby/nmatrix
translunar
committed
afa02e7
View commit details
Copy full SHA for afa02e7
Browse repository at this point
Update README.rdoc
Show description for 1388b3b
translunar
committed
1388b3b
View commit details
Copy full SHA for 1388b3b
Browse repository at this point
Update README.rdoc
Show description for 7c9422a
translunar
committed
7c9422a
View commit details
Copy full SHA for 7c9422a
Browse repository at this point
Fixes #164.
translunar
committed
6fd02d7
View commit details
Copy full SHA for 6fd02d7
Browse repository at this point
Commits on Nov 16, 2013
Fixed Ubuntu compilation, hopefully; use of the clapack library is now
Show description for d126005
translunar
committed
d126005
View commit details
Copy full SHA for d126005
Browse repository at this point
Commits on Nov 15, 2013
Merge branch 'master' of github.com:SciRuby/nmatrix
translunar
committed
817dfa1
View commit details
Copy full SHA for 817dfa1
Browse repository at this point
Update history
translunar
committed
c886caa
View commit details
Copy full SHA for c886caa
Browse repository at this point
Merge pull request #170 from cjfuller/conservative_gc
Show description for 8283d99
translunar
committed
8283d99
View commit details
Copy full SHA for 8283d99
Browse repository at this point
Fixed #171 and included information for installing GCC 4.8.2 on
Show description for bd12a41
translunar
committed
bd12a41
View commit details
Copy full SHA for bd12a41
Browse repository at this point
Commits on Nov 13, 2013
Additional conservative registration marking
Show description for c345540
cjfuller
committed
c345540
View commit details
Copy full SHA for c345540
Browse repository at this point
Conservative registration for list storage
Show description for 1fb5a93
cjfuller
committed
1fb5a93
View commit details
Copy full SHA for 1fb5a93
Browse repository at this point
Change internal list storage temp object unregistration functions to static
cjfuller
committed
7e6aa7c
View commit details
Copy full SHA for 7e6aa7c
Browse repository at this point
Conservative registration in data.cpp
cjfuller
committed
40d9c7b
View commit details
Copy full SHA for 40d9c7b
Browse repository at this point
Merge branch 'list_regression' into conservative_gc
Show description for 97d997a
cjfuller
committed
97d997a
View commit details
Copy full SHA for 97d997a
Browse repository at this point
Conservative registration for yale storage
Show description for cab8f7d
cjfuller
committed
cab8f7d
View commit details
Copy full SHA for cab8f7d
Browse repository at this point
additional conservative registration markings in dense
Show description for 4539242
cjfuller
committed
4539242
View commit details
Copy full SHA for 4539242
Browse repository at this point
Merge branch 'master' into conservative_gc
cjfuller
committed
0e61e6e
View commit details
Copy full SHA for 0e61e6e
Browse repository at this point
NMatrix#concat. Does not quite address #135, as lacks a spec, and still
Show description for 470f1ca
translunar
committed
470f1ca
View commit details
Copy full SHA for 470f1ca
Browse repository at this point
Previous
Next
You can’t perform that action at this time.