Status | |
---|---|
NMatrix |
NMatrix is a general purpose matrix library that you can use to perform basic matrix operations like:
- Addition
- Subtraction
- Multiplication
- Getting a determinant
- Transposing
- Inversion
- Getting a minor matrix
- Getting an adjoint matrix
- LU decomposition
- LUP decomposition
- Cholesky decomposition
- Solving a system of linear equations