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
c7059af99d
nalgebra
/
src
/
traits
/
inv.rs
5 lines
43 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
{
fn
inv
(
&
self
)
->
Self
;
}
Copy Permalink