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
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 }}
devurandom
/
lua-eigen
Public
Notifications
You must be signed in to change notification settings
Fork
1
Star
7
Code
Issues
0
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
lua-eigen
src
on
master
User selector
All users
All time
Commit history
Commits on Jan 8, 2016
Eigen 3.2 compatibility
Dennis Schridde
committed
773b0f0
View commit details
Copy full SHA for 773b0f0
View code at this point
Browse repository at this point
Commits on Jan 7, 2016
Matrix: Minor changes to onpush()
Dennis Schridde
committed
e6a6eb5
View commit details
Copy full SHA for e6a6eb5
View code at this point
Browse repository at this point
Matrix, minor: Fix order of on*() declarations
Dennis Schridde
committed
729489e
View commit details
Copy full SHA for 729489e
View code at this point
Browse repository at this point
Matrix: Adapt to Lunar bb869069e7b5e60ebb8ced3eaba4db6aa5aa14d6 - addition of :extend()
Dennis Schridde
committed
813ad86
View commit details
Copy full SHA for 813ad86
View code at this point
Browse repository at this point
Matrix: Use onregister() hook of Lunar 9dc84e98aa2a77e13f5b44d2482df3fcaaeed9b5 to make matrix dimensions available at runtime
Dennis Schridde
committed
685f0c3
View commit details
Copy full SHA for 685f0c3
View code at this point
Browse repository at this point
Commits on Jan 6, 2016
Matrix: Switch from unreliable __index() and __newindex() to __call() and :set()
Dennis Schridde
committed
ab1faad
View commit details
Copy full SHA for ab1faad
View code at this point
Browse repository at this point
Matrix: Make error messages during indexing a little bit more explicit
Dennis Schridde
committed
f274421
View commit details
Copy full SHA for f274421
View code at this point
Browse repository at this point
Commits on Nov 5, 2015
Matrix: Support indexing using a table of two ints as an alternative to the current call(i,i) syntax
Dennis Schridde
committed
106c9df
View commit details
Copy full SHA for 106c9df
View code at this point
Browse repository at this point
Simplify argument checks / debugging using new luaX_typeerror function
Dennis Schridde
committed
99cf838
View commit details
Copy full SHA for 99cf838
View code at this point
Browse repository at this point
Matrix: Add inplace add/sub/mul/div operations
Dennis Schridde
committed
b67426b
View commit details
Copy full SHA for b67426b
View code at this point
Browse repository at this point
Matrix: Implement [] index operations for transposed vectors
Dennis Schridde
committed
d3f0f4f
View commit details
Copy full SHA for d3f0f4f
View code at this point
Browse repository at this point
Matrix: Implement multiplication with non-square matrices
Show description for 4dea0b5
Dennis Schridde
committed
4dea0b5
View commit details
Copy full SHA for 4dea0b5
View code at this point
Browse repository at this point
Matrix: Add lots of types: non-square matrices and transposed vectors
Dennis Schridde
committed
44bddba
View commit details
Copy full SHA for 44bddba
View code at this point
Browse repository at this point
Matrix: Allow vertical segments
Dennis Schridde
committed
fdf9318
View commit details
Copy full SHA for fdf9318
View code at this point
Browse repository at this point
Matrix: Support arbitrary scalar types instead of hard-coded conversion to float
Dennis Schridde
committed
59ba851
View commit details
Copy full SHA for 59ba851
View code at this point
Browse repository at this point
Matrix: Reorder definitions, declarations and use in sources and header to match each other
Dennis Schridde
committed
8eab82a
View commit details
Copy full SHA for 8eab82a
View code at this point
Browse repository at this point
Matrix: fix potentially uninitialised variables
Dennis Schridde
committed
1a008f1
View commit details
Copy full SHA for 1a008f1
View code at this point
Browse repository at this point
Matrix: fix return-types of inverse() and transpose() for non-quadratic matrices
Dennis Schridde
committed
5f68d94
View commit details
Copy full SHA for 5f68d94
View code at this point
Browse repository at this point
Adapt to method name changes in Lunar 71d978e9ba796c7607211f21ed800c0a4fa8f381
Dennis Schridde
committed
ea098b7
View commit details
Copy full SHA for ea098b7
View code at this point
Browse repository at this point
Commits on Oct 29, 2015
Make ConjugateGradient accessible in Lua
Dennis Schridde
committed
2f43da7
View commit details
Copy full SHA for 2f43da7
View code at this point
Browse repository at this point
Commits on Dec 1, 2013
Fix projection matrix
Show description for b7a1fd9
devurandom
committed
b7a1fd9
View commit details
Copy full SHA for b7a1fd9
View code at this point
Browse repository at this point
Commits on Nov 26, 2013
Add determinant() function
devurandom
committed
6c43c9b
View commit details
Copy full SHA for 6c43c9b
View code at this point
Browse repository at this point
Commits on Nov 21, 2013
Improve __call readability
devurandom
committed
fd4211e
View commit details
Copy full SHA for fd4211e
View code at this point
Browse repository at this point
Return on all argerrors
devurandom
committed
0f36a28
View commit details
Copy full SHA for 0f36a28
View code at this point
Browse repository at this point
Fix __call(i,j,v) for non-int types
devurandom
committed
6523014
View commit details
Copy full SHA for 6523014
View code at this point
Browse repository at this point
Allow to get data in and out of matrices using __call
Show description for 48bb258
devurandom
committed
48bb258
View commit details
Copy full SHA for 48bb258
View code at this point
Browse repository at this point
Minor: Improve grammar in some error messages
devurandom
committed
0a0e5fa
View commit details
Copy full SHA for 0a0e5fa
View code at this point
Browse repository at this point
Commits on Sep 25, 2013
Simplify error handling in Segment::__newindex and fix a wrong, hardcoded array size
Show description for 6f2f560
devurandom
committed
6f2f560
View commit details
Copy full SHA for 6f2f560
View code at this point
Browse repository at this point
Minor simplification of Matrix::init()
devurandom
committed
5954728
View commit details
Copy full SHA for 5954728
View code at this point
Browse repository at this point
Commits on Sep 24, 2013
Add support for multiplication with plain Lua tables to Quaternion
devurandom
committed
70a4966
View commit details
Copy full SHA for 70a4966
View code at this point
Browse repository at this point
Add support to initialisation from and converstion to plain Lua tables to Matrix
devurandom
committed
37f9a5f
View commit details
Copy full SHA for 37f9a5f
View code at this point
Browse repository at this point
Type and Base of a Matrix are not compatible, thus be careful what to return in operator=
devurandom
committed
d59a8b8
View commit details
Copy full SHA for d59a8b8
View code at this point
Browse repository at this point
Fix a typo in an error message for vector initialisation
devurandom
committed
6671378
View commit details
Copy full SHA for 6671378
View code at this point
Browse repository at this point
Commits on Jul 30, 2013
Add more constructors and operator= as described in the Eigen documentation and headers
Show description for a745737
devurandom
committed
a745737
View commit details
Copy full SHA for a745737
View code at this point
Browse repository at this point
Commits on Jul 28, 2013
Adjust to Lunar 558968545c44c4917933bfc01a521fb72147835b: New function prep() is available, which is also called for objects being pushed
devurandom
committed
7bf6444
View commit details
Copy full SHA for 7bf6444
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.