This website requires JavaScript.
Explore
Help
Sign In
srenblad
/
nalgebra
Watch
1
Star
0
Fork
0
You've already forked nalgebra
forked from
M-Labs/nalgebra
Code
Pull Requests
Activity
699e4c5bb7
nalgebra
/
src
/
traits
/
inv.rs
6 lines
71 B
Rust
Raw
Normal View
History
Unescape
Escape
Add n-dimensional vector and matrix.
2013-05-15 08:18:13 +08:00
pub
trait
Inv
Add basic operations.
2013-05-14 19:35:01 +08:00
{
Add matrix adaptors and addapted to the now rust features.
2013-05-17 05:30:39 +08:00
fn
inverse
(
&
self
)
->
Self
;
fn
invert
(
&
mut
self
)
;
Add basic operations.
2013-05-14 19:35:01 +08:00
}
Copy Permalink