This website requires JavaScript.
Explore
Help
Sign In
M-Labs
/
nalgebra
Watch
3
Star
0
Fork
You've already forked nalgebra
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
663f8b3ccb
nalgebra
/
.gitignore
7 lines
34 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add matrix adaptors and addapted to the now rust features.
2013-05-17 05:30:39 +08:00
*.swp
Add comments and adapted to new rust syntax.
2013-05-21 23:25:01 +08:00
*.html
Add the doc folder to the .gitignore.
2013-09-22 17:09:32 +08:00
doc
Add delta-transformation implementations.
2013-05-20 03:45:30 +08:00
lib
Add type aliases.
2013-07-22 19:44:08 +08:00
TODO
Fix coordinate calculation in DMat::from_fn(). The builder function `f` was receiving incorrect coordinates, often involving a uint underflow. Added a test case to verify the new behavior.
2014-07-27 08:03:37 +08:00
target/