IncMatrix – library MetaTrader 5
Class for working with matrices. Matrix is created in one dimensional array, in sequence: elements of first row, second and so on. The last two elements represent the size of matrix: number of columns and rows. Example: double m[]={1,2,3, 4,5,6, 2,3}; // Matrix of two rows and three columns. Class methods: Method Description … Read more