Matrix functions
Matrix functions are used to perform matrix calculations, like Matrix multiplication or Matrix inverse.
- Matrix multiplication (also: matr_mul)
- Matrix inverse (also: matr_inv)
- Matrix covariance (also: matr_var)
Matrix functions are used to perform matrix calculations, like Matrix multiplication or Matrix inverse.