Input And Output |
This section describes input and output operations on matrix that allow to save and load matrices from CSV file.
Operation | Description | Performance |
|---|---|---|
save | Saves matrix to CSV file in a specified path. | |
load | Loads matrix from CSV file in a specified path. |
The file to load matrix from should contain matrix rows, each one on a new line. Elements should be separated by comma:

Matrix loaded from this file will be the following:
