Expand description
Re-exports§
Modules§
- cmatrix
- Matrix of custom size
- cmatrix_
op - Implementations of operations with cmatrix
- macro_
def - Macro for creations of matrices
- matrix2
- Matrix 2x2
- matrix3
- Matrix 3x3
- matrix2_
op - Implementations of operations with matrix2
- matrix3_
op - Implementations of operations with matrix3
Macros§
Structs§
- Error
- An error
Traits§
- Add
- The addition operator
+. - CMatrix
Trait - Matrix
- Matrix23