Expand description
- A mathematical matrix that uses const generics for the rows and columns
§Metadata
- Copyright: © 1998 - 2022
CroftSoft Inc
- Author:
David Wallace Croft
- Rust version: 2022-10-05
- Rust since: 2022-09-04
- Java version: 1998-12-27
§History
- Adapted from the Java class com.croftsoft.core.math.Matrix
- In the Java-based
CroftSoft Core Library
- In the Java-based
Modules§
- functions
- Functions for the structure Matrix
- methods
- Methods for the structure Matrix
- operations
- Overloaded operators for the structure MatrixAdd, AddAssign, Div, DivAssign, Mul, MulAssign, Neg, Sub, SubAssign
- structures
- The Matrix and supporting structures
- trait_
imps - Trait implementations for the structure Matrix