Matrix.Parse Method

Matrix Parse(String Src)

Parses string content as vector.

#NameTypeDescription
1SrcString

Result: stored in self (calling object), returns self for chaining

Remarks:

Values need to be separated by the tab charachter. Rows of values need to be separated by line breaks. For other parsing options call StringToValues. The Parse method works in pair with the ToString method both meant to be a reverse of the other, but do not preserve any other property of the matrix except only values. Use SaveToStream/LoadFromStream methods for binary storage option, which uses about 2x less memory and is a lot faster to save and load.