This class can perform matrix manipulation operations with arrays.
It provides functions that can perform several types of operations on matrixes that are stored internally as arrays.
Currently, it can:
- Search the matrix using a given key or a given value
- Count the number of values in the matrix
- Search values in the matrix and replace them with new values
- Sum all values in the matrix
- Remove elements with a given value
- Sort the matrix by value and by key
- Merge two matrixes
- Check if matrix is multi-dimensional
This class provides methods for performing operations on multidimensional arrays, such as searching for a specific key. |