forked from M-Labs/nalgebra
5 lines
46 B
Rust
5 lines
46 B
Rust
|
pub trait Inv<T>
|
||
|
{
|
||
|
fn inv(&self) -> Self;
|
||
|
}
|