|
|
@@ -3,7 +3,7 @@ icon: package
|
|
|
label: linalg
|
|
|
---
|
|
|
|
|
|
-Provide `mat3x3`, `vec2`, `vec3` and `vec4` types.
|
|
|
+Provide `mat3x3`, `vec2`, `vec3`, `vec2i` and `vec3i` types.
|
|
|
|
|
|
This classes adopt `torch`'s naming convention. Methods with `_` suffix will modify the instance itself.
|
|
|
|