Click or drag to resize

Input And Output

This section describes input and output operations on matrix that allow to save and load matrices from CSV file.

Methods

Operation

Description

Performance

save

Saves matrix to CSV file in a specified path.

methodSave(String)

load

Loads matrix from CSV file in a specified path.

methodLoad(String)

The file to load matrix from should contain matrix rows, each one on a new line. Elements should be separated by comma:

MFile

Matrix loaded from this file will be the following:

MFile Load

See Also