Linear Algebra Library (13)
| Short Description | Function |
|---|---|
| Unary scaling of vectors or matrices | la.scale |
| Generalized unary operator | la.map |
| Addition of vectors or matrices | la.add |
| Subtraction of vectors or matrices | la.sub |
| Generalized binary operator | la.zipmap |
| Vector and matrix dot product | la.dot |
| Transpose | la.transpose |
| Inverse and pseudo-inverse | la.inverse |
| Trace | la.trace |
| Determinant | la.det |
| Check for symmetry | la.symmetric |
| Real eigenbasis of symmetric matrix | la.eigenBasis |
| Truncate rows | la.truncate |